'Declaration Public Shared ReadOnly Property ServerName As System.String
public static System.String ServerName { get; }
public: __property static System.String get_ServerName();
public:
static property System.String ServerName { System.String get(); }
Property Value
Null - SDK is used in non server environment; not empty string (name of the server) - SDK is used in server environment.