Returns whether the EntityManager is running on the client or the server.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property IsClient As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EntityManager
Dim value As Boolean
value = instance.IsClient |
C# | |
---|
public bool IsClient {get;} |
C++/CLI | |
---|
public:
property bool IsClient {
bool get();
} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also