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.
Add source network flags to be set on a container.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub AddSourceNetwork ( _
sourceNetwork As SourceNetwork _
)
'Usage
Dim instance As ContainerUpdateOperation
Dim sourceNetwork As SourceNetwork
instance.AddSourceNetwork(sourceNetwork)
public void AddSourceNetwork(
SourceNetwork sourceNetwork
)
Parameters
- sourceNetwork
Type: Microsoft.Rtc.Collaboration.SourceNetwork
The source network to be added.
See Also
Reference
ContainerUpdateOperation Class