RetrieveMonitoringResultsRequest.StartTime Property
Applies To: Dynamics CRM 2015
Gets or sets the time to filter test results that were reported later than the specified time.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public Nullable<DateTime> StartTime { get; set; }
public:
[DataMemberAttribute]
property Nullable<DateTime> StartTime {
Nullable<DateTime> get();
void set(Nullable<DateTime> value);
}
[<DataMemberAttribute>]
member StartTime : Nullable<DateTime> with get, set
<DataMemberAttribute>
Public Property StartTime As Nullable(Of Date)
Property Value
Type: System.Nullable<DateTime>
Type DateTime
Time to filter test results that were reported later than the specified time.
See Also
RetrieveMonitoringResultsRequest Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright