Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the duration after which the endpoint is automatically added back to the default MCU routing.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Duration As TimeSpan
Get
Set
'Usage
Dim instance As RemoveFromDefaultRoutingOptions
Dim value As TimeSpan
value = instance.Duration
instance.Duration = value
public TimeSpan Duration { get; set; }
Property Value
Type: System.TimeSpan
Remarks
If no value was specified, the MCU applies a duration by default.
See Also
Reference
RemoveFromDefaultRoutingOptions Class