IsSubQueue Property

Gets or sets a value that indicates whether the message receiver is created from a subqueue.

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

Syntax

'Declaration
Protected Property IsSubQueue As Boolean
    Get
    Private Set
'Usage
Dim value As Boolean

value = Me.IsSubQueue
protected bool IsSubQueue { get; private set; }
protected:
property bool IsSubQueue {
    bool get ();
    private: void set (bool value);
}
member IsSubQueue : bool with get, private set
function get IsSubQueue () : boolean
private function set IsSubQueue (value : boolean)

Property Value

Type: System. . :: . .Boolean
true if the message receiver is created from a subqueue; otherwise, false.

Remarks

This is a protected member of the abstract SubscriptionClient class. Abstract classes are not meant to be inherited, so protected members should be ignored.

See Also

Reference

SubscriptionClient Class

Microsoft.ServiceBus.Messaging Namespace