ServerState Enumeration

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Describes the state of a server.

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

[DataContractAttribute(Name = "ServerState", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")]
public enum ServerState

Member nameDescription
Disabled

Specifies that the server is disabled. Value = 0.

Enabled

Specifies that the server is enabled. Value = 1.

None

Specifies that no server state. Value = -1.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: