'Declaration
<DataMemberAttribute()> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property SelectElementType As OpcElementType
'Usage
Dim instance As OpcBrowseMode Dim value As OpcElementType instance.SelectElementType = value value = instance.SelectElementType
[DataMember()] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public OpcElementType SelectElementType {get; set;}
[DataMember()] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: property OpcElementType SelectElementType { OpcElementType get(); void set ( OpcElementType value); }