WindowsGroup.SeniorityIndex property
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 WindowsGroup
Dim value As Nullable(Of Integer)
value = instance.SeniorityIndex
instance.SeniorityIndex = value
public Nullable<int> SeniorityIndex { get; set; }
Property value
Type: System.Nullable<Int32>