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