WebSphereMQBindingElement.MqcdMaximumMessageLength Property

Definition

public:
 property Nullable<System::UInt32> MqcdMaximumMessageLength { Nullable<System::UInt32> get(); void set(Nullable<System::UInt32> value); };
[System.Configuration.ConfigurationProperty("mqcdMaximumMessageLength", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
[System.Configuration.IntegerValidator(ExcludeRange=true, MaxValue=10000000, MinValue=1)]
public Nullable<uint> MqcdMaximumMessageLength { get; set; }
member this.MqcdMaximumMessageLength : Nullable<uint32> with get, set
Public Property MqcdMaximumMessageLength As Nullable(Of UInteger)

Property Value

Nullable<UInt32>
Attributes

Applies to