WindowsGroup.SeniorityIndex Property

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

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property SeniorityIndex As Nullable(Of Integer)
    Get
    Set
'Usage
Dim instance As WindowsGroup
Dim value As Nullable(Of Integer)

value = instance.SeniorityIndex

instance.SeniorityIndex = value
[ParameterAttribute(Mandatory = false)]
public Nullable<int> SeniorityIndex { get; set; }

Property Value

Type: System.Nullable<Int32>