'Declaration
Public Property SelectElementType As UAElementType
'Usage
Dim instance As UABrowseMode Dim value As UAElementType instance.SelectElementType = value value = instance.SelectElementType
public UAElementType SelectElementType {get; set;}
public: property UAElementType SelectElementType { UAElementType get(); void set ( UAElementType value); }
Property Value
The default value of this property is Node (UAElementType.Node)
.