InboxRule.Priority Property
Namespace: Microsoft.Exchange.Management.RecipientTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
<ParameterAttribute> _
Public Property Priority As Integer
Get
Set
'Usage
Dim instance As InboxRule
Dim value As Integer
value = instance.Priority
instance.Priority = value
[ParameterAttribute]
public int Priority { get; set; }
Property Value
Type: System.Int32