AudioRoute.Operation Property

Sets or gets the operation to be performed on the route.

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

Syntax

'Declaration
Public Property Operation As RouteUpdateOperation
    Get
    Set
'Usage
Dim instance As AudioRoute
Dim value As RouteUpdateOperation

value = instance.Operation

instance.Operation = value
public RouteUpdateOperation Operation { get; set; }

Property Value

Type: Microsoft.Rtc.Collaboration.AudioVideo.RouteUpdateOperation

Exceptions

Exception Condition
ArgumentException

Thrown when the property is set to None

See Also

Reference

AudioRoute Class

AudioRoute Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace