Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the network type from which a user is connecting.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration SourceNetwork
'Usage
Dim instance As SourceNetwork
[FlagsAttribute]
public enum SourceNetwork
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. |