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.
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 |