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