Gets the source network of the conference being hosted.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
HostingNetwork 
As 

SourceNetwork
C#
public 

SourceNetwork 
HostingNetwork { 
get; 
internal 
set; }
Visual C++
public:
property 

SourceNetwork 
HostingNetwork {
	

SourceNetwork 
get ();
	
void 
set (

SourceNetwork 
value);
}
JavaScript
function get_
hostingNetwork();
function set_
hostingNetwork(
value);

See Also