LicenseDistributor Property |
Gets the Distributor with which this License is associated.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual LicenseDistributor Distributor { get; set; }
Public Overridable Property Distributor As LicenseDistributor
Get
Set
public:
virtual property LicenseDistributor^ Distributor {
LicenseDistributor^ get ();
void set (LicenseDistributor^ value);
}
Property Value
Type:
LicenseDistributor
See Also