Moonware.Common
TransferRate Property



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

Property Value

The transfer rate.
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