Share via


MonitoringResultData.Status Property

 

Applies To: Dynamics CRM 2015

Gets or sets the status of the test.

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

Syntax

[DataMemberAttribute]
public TestStatus Status { get; set; }
public:
[DataMemberAttribute]
property TestStatus Status {
    TestStatus get();
    void set(TestStatus value);
}
[<DataMemberAttribute>]
member Status : TestStatus with get, set
<DataMemberAttribute>
Public Property Status As TestStatus

Property Value

Type: Microsoft.Xrm.Sdk.Deployment.TestStatus

Type TestStatus
Status of the test.

See Also

MonitoringResultData Class
Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright