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