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