RuleType.Priority Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Priority As Integer
Get
Set
'Usage
Dim instance As RuleType
Dim value As Integer
value = instance.Priority
instance.Priority = value
public int Priority { get; set; }
Property Value
Type: System.Int32