MaximumMessageLength Property
In This Topic
The maximum length (in bytes) for messages sent to this address
Syntax
'Declaration
Public Property MaximumMessageLength As Integer
public int MaximumMessageLength {get; set;}
public:
property int MaximumMessageLength {
int get();
void set ( int value);
}
See Also