'Declaration
<ValueRangeAttribute(0, 4294967295)> Public Property MaximumNetworkMessageSize As Long
'Usage
Dim instance As UAPubSubCommunicationParameters Dim value As Long instance.MaximumNetworkMessageSize = value value = instance.MaximumNetworkMessageSize
[ValueRange(0, 4294967295)] public long MaximumNetworkMessageSize {get; set;}
Property Value
Valid values of this property are in the range from 0
to 4294967295
.
The default value of this property is 0
.