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