Topic.MaximumNumberOfSubscriptions Property

Gets the value indicating the maximum number of subscriptions supported by the topic.

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

Syntax

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

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

Property Value

Type: System.Nullable<Int32>
The maximum number of subscriptions supported by the topic.

See Also

Reference

Topic Class

Microsoft.ServiceBus.Messaging Namespace