'Declaration
<NotNullAttribute()> Public ReadOnly Property ServerDescriptor As ServerDescriptor
'Usage
Dim instance As CommonMappingSource Dim value As ServerDescriptor value = instance.ServerDescriptor
[NotNull()] public ServerDescriptor ServerDescriptor {get;}
[NotNull()] public: property ServerDescriptor^ ServerDescriptor { ServerDescriptor^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).