Click or drag to resize
InfoCheckProductID Property
Gets or sets the Product ID to which the License ID belongs (optional, recommended).

Namespace: com.softwarekey.Client.WebService.XmlLicenseService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public int ProductID { get; set; }

Property Value

Type: Int32
Remarks

When a value is specified, the Product ID will be validated against the License ID in SOLO Server. Otherwise, this extra validation is omitted when this property's value is 0 (zero). When validation fails, the result code returned by SOLO Server is 200.

See Also