Queue.MaxQueueSizeInBytes Property
Gets the maximum queue size in bytes.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
Syntax
'Declaration
Public Property MaxQueueSizeInBytes As Nullable(Of Long)
Get
Private Set
'Usage
Dim instance As Queue
Dim value As Nullable(Of Long)
value = instance.MaxQueueSizeInBytes
public Nullable<long> MaxQueueSizeInBytes { get; private set; }
public:
property Nullable<long long> MaxQueueSizeInBytes {
Nullable<long long> get ();
private: void set (Nullable<long long> value);
}
member MaxQueueSizeInBytes : Nullable<int64> with get, private set
function get MaxQueueSizeInBytes () : Nullable<long>
private function set MaxQueueSizeInBytes (value : Nullable<long>)
Property Value
Type: System.Nullable<Int64>
A nullable Long value.