SourceNetwork Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the network type from which a user is connecting.
This enumeration supports a bitwise combination of its member values.
public enum class SourceNetwork
[System.Flags]
public enum SourceNetwork
type SourceNetwork =
Public Enum SourceNetwork
- Inheritance
-
SourceNetwork
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The contact's source is unknown, unspecified, or not initialized. |
PublicCloud | 1 | The contact is from a public hosting service. |
Federated | 2 | The contact is from a federated service. |
SameEnterprise | 4 | The contact is from the same enterprise. |
Everyone | 8 | Includes all sources from PublicCloud, Federated and SameEnterprise. |