LogSessionOtherBytesSent Property |
Gets or sets the number of bytes sent in response to requests for miscellaneous files.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long OtherBytesSent { get; set; }
Public Property OtherBytesSent As Long
Get
Set
public:
property long long OtherBytesSent {
long long get ();
void set (long long value);
}
member OtherBytesSent : int64 with get, set
Property Value
Type:
Int64See Also