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

Visual Basic (Declaration)
Public 
Sub 
AddSourceNetwork ( _
	
sourceNetwork 
As 

SourceNetwork _
)
C#
public 
void 
AddSourceNetwork(
	

SourceNetwork 
sourceNetwork
)
Visual C++
public:
void 
AddSourceNetwork(
	

SourceNetwork 
sourceNetwork
)
JavaScript
function 
addSourceNetwork(
sourceNetwork);

Parameters

sourceNetwork
Type: Microsoft.Rtc.Collaboration . . :: . SourceNetwork
The source network to be added.

See Also