Gets information about where the conference is being hosted.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
HostingNetwork 
As 

SourceNetwork
C#
public 

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

SourceNetwork 
HostingNetwork {
	

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

See Also