LicenseCustomerCustomerID Property |
Gets or sets the unique Customer ID (typically issued by SOLO Server) for this customer.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic int CustomerID { get; set; }
Public Property CustomerID As Integer
Get
Set
public:
property int CustomerID {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also