SipSubscription.IsQueryOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool IsQueryOnly { bool get(); };
public bool IsQueryOnly { get; }
member this.IsQueryOnly : bool
Public ReadOnly Property IsQueryOnly As Boolean