In This Topic
Indicates whether the server is a standalone instance (EngineMode is Standalone).
Syntax
'Declaration
Public ReadOnly Property IsStandalone As Boolean
public bool IsStandalone {get;}
public:
property bool IsStandalone {
bool get();
}
See Also