IsReplacesSupported Property

Property to turn off and on the supported capability header.

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

Syntax

'Declaration
Public Property IsReplacesSupported As Boolean
    Get
    Protected Set
'Usage
Dim instance As Call
Dim value As Boolean

value = instance.IsReplacesSupported

instance.IsReplacesSupported = value
public bool IsReplacesSupported { get; protected set; }

Property Value

Type: System..::..Boolean

Remarks

Exceptions

[cref][T:System.InvalidOperationException]: Thrown if the call is not in the valid state to perform this operation. Valid call states to perform this operation are Idle and Incoming.

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace