Moonware.Common
BytesTransfered Property



Gets or sets the bytes transfered.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property BytesTransfered As Long
'Usage
 
Dim instance As ConnectedUser
Dim value As Long
 
instance.BytesTransfered = value
 
value = instance.BytesTransfered
[DataMemberAttribute()]
public long BytesTransfered {get; set;}
[DataMemberAttribute()]
public:
property int64 BytesTransfered {
   int64 get();
   void set (    int64 value);
}

Property Value

The bytes transfered.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConnectedUser Class
ConnectedUser Members

Send Feedback