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