RealTimeEndpoint.IsSessionTimerSupported 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 or sets the default policy used for the session timer. This value is inherited by incoming/outgoing sessions unless an incoming session requires it. The application can override the policy per session.
public:
property bool IsSessionTimerSupported { bool get(); void set(bool value); };
public bool IsSessionTimerSupported { get; set; }
member this.IsSessionTimerSupported : bool with get, set
Public Property IsSessionTimerSupported As Boolean