TrackLicenseRequest.LicenseType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of license.
public:
property Microsoft::Xrm::Sdk::Deployment::TrackingLicenseType LicenseType { Microsoft::Xrm::Sdk::Deployment::TrackingLicenseType get(); void set(Microsoft::Xrm::Sdk::Deployment::TrackingLicenseType value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType LicenseType { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true)>]
member this.LicenseType : Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType with get, set
Public Property LicenseType As TrackingLicenseType
Property Value
The type of license.
- Attributes