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