'Declaration<DataMemberAttribute()> Public Property AnchorElementType As OpcElementType
'UsageDim instance As OpcBrowseMode Dim value As OpcElementType instance.AnchorElementType = value value = instance.AnchorElementType
[DataMember()] public OpcElementType AnchorElementType {get; set;}
[DataMember()] public: property OpcElementType AnchorElementType { OpcElementType get(); void set ( OpcElementType value); }
Property Value
The default value of this property is None (OpcElementType.None).