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