In This Topic
Indicates whether the server is Agent-Only(EngineMode is AgentOnly or LightweightAgent).
Syntax
'Declaration
Public ReadOnly Property IsAgentOnly As Boolean
public bool IsAgentOnly {get;}
public:
property bool IsAgentOnly {
bool get();
}
See Also