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