IsQueryOnly Property

Gets whether the subscription is a query only.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property IsQueryOnly As Boolean
    Get
'Usage
Dim instance As SipSubscription
Dim value As Boolean

value = instance.IsQueryOnly
public bool IsQueryOnly { get; }

Property Value

Type: System..::..Boolean

Remarks

Gets true or false. When [IsQueryOnly] is set to true, Expires 0 header are automatically added on the underlying subscription. The default value is false.

See Also

Reference

SipSubscription Class

SipSubscription Members

Microsoft.Rtc.Signaling Namespace