'Declaration
<ColumnDisplayAttribute(7)> <DataMemberAttribute()> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <DisplayAttribute(AutoGenerateField=True, Order=101, ShortName="Node Id Type")> Public Property NodeIdType As UANodeIdType
'Usage
Dim instance As UANodeId Dim value As UANodeIdType instance.NodeIdType = value value = instance.NodeIdType
[ColumnDisplay(7)] [DataMember()] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Display(AutoGenerateField=true, Order=101, ShortName="Node Id Type")] public UANodeIdType NodeIdType {get; set;}
[ColumnDisplay(7)] [DataMember()] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Display(AutoGenerateField=true, Order=101, ShortName="Node Id Type")] public: property UANodeIdType NodeIdType { UANodeIdType get(); void set ( UANodeIdType value); }