JAMS Developer Guide
ElementKind Property (Param)


MVPSI.JAMS Namespace > Param Class : ElementKind Property
Gets the ElementKind of this element. This cannot be modified, it is defined in the ElementType.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
Public Property ElementKind As ElementKind
'Usage
 
Dim instance As Param
Dim value As ElementKind
 
instance.ElementKind = value
 
value = instance.ElementKind
[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

Param Class
Param Members