Share via


RetrieveMonitoringResultsRequest.Roles Property

 

Applies To: Dynamics CRM 2015

Gets or sets the CRM roles to filter the test result data.

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Syntax

[DataMemberAttribute]
public string Roles { get; set; }
public:
[DataMemberAttribute]
property String^ Roles {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member Roles : string with get, set
<DataMemberAttribute>
Public Property Roles As String

Property Value

Type: System.String

Type String
Roles to filter the test results.

Remarks

Roles that can be specified for filtering the results are: AppServer, AsyncService, SrsDataConnector, DiscoveryService, EmailService, WebService, SqlServer, ApiServer, HelpServer, DeploymentService, SrsSqlServer, SandboxServer, and DeploymentManagementTools.

See Also

RetrieveMonitoringResultsRequest Class
Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright