'Declaration
Protected Property ServerProperties As ServerProperties
'Usage
Dim instance As ServerBase Dim value As ServerProperties instance.ServerProperties = value value = instance.ServerProperties
protected ServerProperties ServerProperties {get; set;}
protected: property ServerProperties^ ServerProperties { ServerProperties^ get(); void set ( ServerProperties^ value); }