Share via


OrgPersonPresentationObject.SeniorityIndex property

Gets or sets the order in which this person is displayed in a hierarchical address book.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property SeniorityIndex As Nullable(Of Integer)
    Get
    Set
'Usage
Dim instance As OrgPersonPresentationObject
Dim value As Nullable(Of Integer)

value = instance.SeniorityIndex

instance.SeniorityIndex = value
public Nullable<int> SeniorityIndex { get; set; }

Property value

Type: System.Nullable<Int32>
The order in which this person is displayed in a hierarchical address book.

Remarks

A person with a value of 2 is displayed in an address book before a person with a value of 1.

See also

Reference

OrgPersonPresentationObject class

OrgPersonPresentationObject members

Microsoft.Exchange.Data.Directory.Management namespace