Topic.MaxTopicSizeInBytes Property

Gets the maximum topic size in bytes.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)

Syntax

'Declaration
Public Property MaxTopicSizeInBytes As Nullable(Of Long)
    Get
    Private Set
'Usage
Dim instance As Topic
Dim value As Nullable(Of Long)

value = instance.MaxTopicSizeInBytes
public Nullable<long> MaxTopicSizeInBytes { get; private set; }
public:
property Nullable<long long> MaxTopicSizeInBytes {
    Nullable<long long> get ();
    private: void set (Nullable<long long> value);
}
member MaxTopicSizeInBytes : Nullable<int64> with get, private set
function get MaxTopicSizeInBytes () : Nullable<long>
private function set MaxTopicSizeInBytes (value : Nullable<long>)

Property Value

Type: System.Nullable<Int64>
A nullable Long value.

See Also

Reference

Topic Class

Microsoft.ServiceBus.Messaging Namespace