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