SipSubscription.IsQueryOnly Property
Gets true or false. When IsQueryOnly is set to true, Expires 0 header would be automatically added on the underlying subscription. The default value is false.
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