Represents the network type from which a user is connecting.

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

Syntax

Visual Basic (Declaration)
<
FlagsAttribute> _
Public 
Enumeration 
SourceNetwork
C#
[
FlagsAttribute]
public 
enum 
SourceNetwork
Visual C++
[
FlagsAttribute]
public 
enum class 
SourceNetwork
JavaScript

Microsoft.Rtc.Collaboration.SourceNetwork = 
function();

Microsoft.Rtc.Collaboration.SourceNetwork.createEnum('

Microsoft.Rtc.Collaboration.SourceNetwork', true);

Members

Member name Description
None
The contact's source is unknown, unspecified, or not initialized.
PublicCloud
The contact is from a public hosting service.
Federated
The contact is from a federated service.
SameEnterprise
The contact is from the same enterprise.
Everyone
Includes all sources from PublicCloud, Federated and SameEnterprise.

See Also