Contains the ID of the created serial
Namespace: SeriousBit.Licensing
Assembly: SeriousBit.Licensing (in SeriousBit.Licensing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ID As Long |
| C# |
|---|
| public long ID { get; set; } |
| C++ |
|---|
| public property long ID sealed { __int64 get(); void set(__int64 value); } |
| J# |
|---|
| /** property */ public long get_ID(); /** property */ public void set_ID(long value); |
| JScript |
|---|
| public function get ID() : long public function set ID(value : long); |