JAMS Developer Guide
ElementKind Property (Element)


MVPSI.JAMS Namespace > Element Class : ElementKind Property
Gets the ElementKind of this element. This cannot be modified, it is defined in the ElementType.
Syntax
'Declaration
 
<System.Runtime.Serialization.DataMemberAttribute()>
<System.ComponentModel.BrowsableAttribute(False)>
Public Property ElementKind As ElementKind
'Usage
 
Dim instance As Element
Dim value As ElementKind
 
instance.ElementKind = value
 
value = instance.ElementKind
[System.Runtime.Serialization.DataMember()]
[System.ComponentModel.Browsable(false)]
public ElementKind ElementKind {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Element Class
Element Members