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