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