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