MonitoringResultData.Role Property
Applies To: Dynamics CRM 2015
Gets or sets the CRM role for which the monitoring test was run.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public ServerRoles Role { get; set; }
public:
[DataMemberAttribute]
property ServerRoles Role {
ServerRoles get();
void set(ServerRoles value);
}
[<DataMemberAttribute>]
member Role : ServerRoles with get, set
<DataMemberAttribute>
Public Property Role As ServerRoles
Property Value
Type: Microsoft.Xrm.Sdk.Deployment.ServerRoles
Type ServerRoles
role for which the monitoring test was run.
Remarks
Monitoring test results are run for the following roles: AppServer, AsyncService, SrsDataConnector, DiscoveryService, EmailService, WebService, SqlServer, ApiServer, HelpServer, DeploymentService, SrsSqlServer, SandboxServer, and DeploymentManagementTools.
See Also
MonitoringResultData Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright