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