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