In This Topic
Approximate measures of Network Output
Syntax
'Declaration
Public ReadOnly Property BytesSent As System.Long
'Usage
Dim instance As DicomAssociation
Dim value As System.Long
value = instance.BytesSent
public System.long BytesSent {get;}
public read-only property BytesSent: System.Int64;
public function get BytesSent : System.long
public: __property System.long get_BytesSent();
public:
property System.int64 BytesSent {
System.int64 get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also