'Declaration
<DataMemberAttribute()> <DefaultValueAttribute(0)> Public Property AECategoryId As Long
'Usage
Dim instance As OpcBrowseNodeDescriptor Dim value As Long instance.AECategoryId = value value = instance.AECategoryId
[DataMember()] [DefaultValue(0)] public long AECategoryId {get; set;}
[DataMember()] [DefaultValue(0)] public: property int64 AECategoryId { int64 get(); void set ( int64 value); }