ActivateInstallationLicenseFileUserCode1 Property |
Gets or sets User Code 1. Although the web service requires a non-zero value in this field, this property is only relevant if you are using Protection PLUS 4 (where it is also referred to as the "Session Code") "Trigger Code" compatibility features. (The default value will suffice if you are not using these features.)
Namespace: com.softwarekey.Client.WebService.XmlActivationServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic int UserCode1 { get; set; }
Public Property UserCode1 As Integer
Get
Set
public:
property int UserCode1 {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also