Server.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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