RetrieveMonitoringResultsRequest.Status Property
Applies To: Dynamics CRM 2015
Gets or sets the test status 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 Status { get; set; }
public:
[DataMemberAttribute]
property String^ Status {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member Status : string with get, set
<DataMemberAttribute>
Public Property Status As String
Property Value
Type: System.String
Type String
Test status to filter the test result data.
Remarks
You can use the test status values as specified in TestStatus.
See Also
RetrieveMonitoringResultsRequest Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright