OrganizationDetail.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 organization.
public:
property Microsoft::Xrm::Sdk::Discovery::OrganizationState State { Microsoft::Xrm::Sdk::Discovery::OrganizationState get(); void set(Microsoft::Xrm::Sdk::Discovery::OrganizationState value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Discovery.OrganizationState State { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.State : Microsoft.Xrm.Sdk.Discovery.OrganizationState with get, set
Public Property State As OrganizationState
Property Value
The state of the organization.
- Attributes