ActivateInstallationProductID Property |
Gets or sets the Product ID. When the value is non-zero, the Product ID in SOLO Server will be validated against the product for which the License ID was issued. This is only required when using serial number and Product ID validation.
Namespace: com.softwarekey.Client.WebService.XmlActivationServiceAssembly: 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