Rule.Priority Property
Namespace: Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property Priority As Integer
Get
Set
'Usage
Dim instance As Rule
Dim value As Integer
value = instance.Priority
instance.Priority = value
public int Priority { get; set; }
Property Value
Type: System.Int32
See Also