MonitoringResultData.StartTime Property
Applies To: Dynamics CRM 2015
Gets or sets the time when monitoring test started.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public DateTime StartTime { get; set; }
public:
[DataMemberAttribute]
property DateTime StartTime {
DateTime get();
void set(DateTime value);
}
[<DataMemberAttribute>]
member StartTime : DateTime with get, set
<DataMemberAttribute>
Public Property StartTime As Date
Property Value
Type: System.DateTime
Type DateTime
The time when the test started.
See Also
MonitoringResultData Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright