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