LicenseProductOption Property |
Gets the Product Option for which the License was issued.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual LicenseProductOption ProductOption { get; set; }
Public Overridable Property ProductOption As LicenseProductOption
Get
Set
public:
virtual property LicenseProductOption^ ProductOption {
LicenseProductOption^ get ();
void set (LicenseProductOption^ value);
}
Property Value
Type:
LicenseProductOption
See Also