TrackLicenseRequest.LicenseType Property
Applies To: Dynamics CRM 2015
Gets or sets the type of license.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute(IsRequired = true)]
public TrackingLicenseType LicenseType { get; set; }
public:
[DataMemberAttribute(IsRequired = true)]
property TrackingLicenseType LicenseType {
TrackingLicenseType get();
void set(TrackingLicenseType value);
}
[<DataMemberAttribute(IsRequired = true)>]
member LicenseType : TrackingLicenseType with get, set
<DataMemberAttribute(IsRequired := True)>
Public Property LicenseType As TrackingLicenseType
Property Value
Type: Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType
Type: TrackingLicenseType
The type of license.
See Also
TrackLicenseRequest Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright