GetTcDataUserCode1 Property |
Gets or sets User Code 1 (required). In Protection PLUS 4, this is also referred to as the "Session Code" or "cenum".
This value can be generated using
PLUS4Methods.GenerateUserCode1Value.
Namespace: com.softwarekey.Client.Compatibility.ProtectionPLUS4Assembly: 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