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