MonitoringResultData Class
Applies To: Dynamics CRM 2015
Contains information about the result of a test run by the Microsoft Dynamics CRM monitoring service.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Sdk.Deployment.BaseData
Microsoft.Xrm.Sdk.Deployment.MonitoringResultData
Syntax
[DataContractAttribute(Name = "MonitoringResultData", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")]
public class MonitoringResultData : BaseData
[DataContractAttribute(Name = "MonitoringResultData", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")]
public ref class MonitoringResultData : BaseData
[<DataContractAttribute(Name = "MonitoringResultData", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")>]
type MonitoringResultData =
class
inherit BaseData
end
<DataContractAttribute(Name := "MonitoringResultData", Namespace := "http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")>
Public Class MonitoringResultData
Inherits BaseData
Constructors
Name | Description | |
---|---|---|
MonitoringResultData() | Initializes a new instance of the MonitoringResultData class. |
Properties
Name | Description | |
---|---|---|
EndTime | Gets or sets the time when monitoring test ended. |
|
ExtensionData | For internal use only.(Inherited from BaseData.) |
|
Id | Gets or sets the ID of the monitoring test. |
|
Role | Gets or sets the CRM role for which the monitoring test was run. |
|
Server | Gets or sets the CRM server name where the test was run. |
|
StartTime | Gets or sets the time when monitoring test started. |
|
Status | Gets or sets the status of the test. |
|
StatusDetail | Gets or sets the information about the test status. |
|
TestName | Gets or sets the name of the test. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright