LogSessionAudioBytesSent Property |
Gets or sets the overall size of all of the audio files sent in the session.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long AudioBytesSent { get; set; }
Public Property AudioBytesSent As Long
Get
Set
public:
property long long AudioBytesSent {
long long get ();
void set (long long value);
}
member AudioBytesSent : int64 with get, set
Property Value
Type:
Int64See Also