OrganizationStructureTypes enumeration

Enumerates the organizational roles of people in the contact's organization.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration OrganizationStructureTypes
'Usage
Dim instance As OrganizationStructureTypes
[FlagsAttribute]
public enum OrganizationStructureTypes

Members

Member name Description
Managers Contact's manager chain.
Peers Contact's peers.
DirectReports Contact's direct reports.
Invalid

See also

Reference

Microsoft.Lync.Model namespace