'Declaration
<DataMemberAttribute()> Public Property ElementType As UABrowsePathElementType
'Usage
Dim instance As UABrowsePathElement Dim value As UABrowsePathElementType instance.ElementType = value value = instance.ElementType
[DataMember()] public UABrowsePathElementType ElementType {get; set;}
[DataMember()] public: property UABrowsePathElementType ElementType { UABrowsePathElementType get(); void set ( UABrowsePathElementType value); }
Property Value
The default value of this property is AnyHierarchical (UABrowsePathElementType.AnyHierarchical)
.