Topic.MaximumNumberOfCorrelationFilters Property
Gets the value indicating the maximum number of correlation filters allowed for the topic.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
Syntax
'Declaration
Public Property MaximumNumberOfCorrelationFilters As Nullable(Of Integer)
Get
Private Set
'Usage
Dim instance As Topic
Dim value As Nullable(Of Integer)
value = instance.MaximumNumberOfCorrelationFilters
public Nullable<int> MaximumNumberOfCorrelationFilters { get; private set; }
public:
property Nullable<int> MaximumNumberOfCorrelationFilters {
Nullable<int> get ();
private: void set (Nullable<int> value);
}
member MaximumNumberOfCorrelationFilters : Nullable<int> with get, private set
function get MaximumNumberOfCorrelationFilters () : Nullable<int>
private function set MaximumNumberOfCorrelationFilters (value : Nullable<int>)
Property Value
Type: System.Nullable<Int32>
The maximum number of correlation filters allowed for the topic.