[This is preliminary documentation and is subject to change.]
Gets a value indicating whether the MaximumLength is read-only.
| C# | Visual Basic | Visual C++ |
public uint MaximumLengthReceived { get; set; }
Public Property MaximumLengthReceived As UInteger
public: property unsigned int MaximumLengthReceived { unsigned int get (); void set (unsigned int value); }
| Exception | Condition |
|---|---|
| NotSupportedException | Set is not supported if ReadOnly. |