Server.Roles 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 the set of roles configured for the server.
public:
property Microsoft::Xrm::Sdk::Deployment::ServerRoles Roles { Microsoft::Xrm::Sdk::Deployment::ServerRoles get(); void set(Microsoft::Xrm::Sdk::Deployment::ServerRoles value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Deployment.ServerRoles Roles { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Roles : Microsoft.Xrm.Sdk.Deployment.ServerRoles with get, set
Public Property Roles As ServerRoles
Property Value
The set of roles configured for the server.
- Attributes