SourceNetwork Enum

Definition

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

Everyone 8

Includes all sources from PublicCloud, Federated and SameEnterprise.

Federated 2

The contact is from a federated service.

None 0

The contact's source is unknown, unspecified, or not initialized.

PublicCloud 1

The contact is from a public hosting service.

SameEnterprise 4

The contact is from the same enterprise.

Applies to