Gets the Maximum Length for data transfer.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property MaxPduLength As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomServer
Dim value As Integer
value = instance.MaxPduLength
|
C# | |
---|
public virtual int MaxPduLength {get;} |
C++/CLI | |
---|
public:
virtual property int MaxPduLength {
int get();
} |
Return Value
The Maximum Length for data transfer.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also