Gets the SourceNetwork flags that are set on this container.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
AllowedSourceNetworks 
As 

SourceNetwork
C#
public 

SourceNetwork 
AllowedSourceNetworks { 
get; }
Visual C++
public:
property 

SourceNetwork 
AllowedSourceNetworks {
	

SourceNetwork 
get ();
}
JavaScript
function get_
allowedSourceNetworks();

See Also