Gets or sets unique ID of the client.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long Id { get; set; }
Public Property Id As Long
Get
Set
public:
property long long Id {
long long get ();
void set (long long value);
}
member Id : int64 with get, set
Property Value
Type:
Int64See Also