'Declaration
<DataMemberAttribute()> Public Property AECategoryElement As AECategoryElement
'Usage
Dim instance As OpcBrowseNodeElement Dim value As AECategoryElement instance.AECategoryElement = value value = instance.AECategoryElement
[DataMember()] public AECategoryElement AECategoryElement {get; set;}
[DataMember()] public: property AECategoryElement^ AECategoryElement { AECategoryElement^ get(); void set ( AECategoryElement^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.