'Declaration
<CanBeNullAttribute()> Public Property NodeAttribute As UANodeAttribute
'Usage
Dim instance As UAMemberMappingDefinition Dim value As UANodeAttribute instance.NodeAttribute = value value = instance.NodeAttribute
[CanBeNull()] public UANodeAttribute NodeAttribute {get; set;}
[CanBeNull()] public: property UANodeAttribute^ NodeAttribute { UANodeAttribute^ get(); void set ( UANodeAttribute^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).