UpdateCheckProductID Property |
Gets or sets the Product ID. If a Product ID is specified before calling
CallWebService (this optional, but recommended), the Product ID will be validated against the License ID in SOLO Server. When this property's value is 0 (zero), this extra validation is omitted.
Namespace: com.softwarekey.Client.WebService.XmlLicenseServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic int ProductID { get; set; }
Public Property ProductID As Integer
Get
Set
public:
property int ProductID {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also