MonitoringResultData.Status Property

Definition

Gets or sets the status of the test.

public:
 property Microsoft::Xrm::Sdk::Deployment::TestStatus Status { Microsoft::Xrm::Sdk::Deployment::TestStatus get(); void set(Microsoft::Xrm::Sdk::Deployment::TestStatus value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Deployment.TestStatus Status { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Status : Microsoft.Xrm.Sdk.Deployment.TestStatus with get, set
Public Property Status As TestStatus

Property Value

Status of the test.

Attributes

Applies to