Share via


Server.State Property

Definition

Gets or sets the state of the server.

public:
 property Microsoft::Xrm::Sdk::Deployment::ServerState State { Microsoft::Xrm::Sdk::Deployment::ServerState get(); void set(Microsoft::Xrm::Sdk::Deployment::ServerState value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Deployment.ServerState State { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.State : Microsoft.Xrm.Sdk.Deployment.ServerState with get, set
Public Property State As ServerState

Property Value

The state of the server.

Attributes

Applies to