Class GetLicenseDetailsRequest
Represents the LicenseRequest service request.
Inheritance
System.Object
GetLicenseDetailsRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetLicenseDetailsRequest : ServiceRequest
Constructors
GetLicenseDetailsRequest()
Declaration
public GetLicenseDetailsRequest()
Properties
IsAllowEnrollmentsOnly
Gets or sets the value.
Declaration
public bool IsAllowEnrollmentsOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The value. |