OrganizationStructureTypes 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.
Enumerates the organizational roles of people in the contact's organization.
This enumeration supports a bitwise combination of its member values.
public enum class OrganizationStructureTypes
[System.Flags]
public enum OrganizationStructureTypes
type OrganizationStructureTypes =
Public Enum OrganizationStructureTypes
- Inheritance
-
OrganizationStructureTypes
- Attributes
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | |
Managers | 1 | Contact's manager chain. |
Peers | 2 | Contact's peers. |
DirectReports | 4 | Contact's direct reports. |