LicenseLicenseGroup Property |
Gets the License Group to which the License was assigned.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual LicenseGroup LicenseGroup { get; set; }
Public Overridable Property LicenseGroup As LicenseGroup
Get
Set
public:
virtual property LicenseGroup^ LicenseGroup {
LicenseGroup^ get ();
void set (LicenseGroup^ value);
}
Property Value
Type:
LicenseGroup
See Also