Compartir a través de


RuleType.Conditions Property

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Conditions As RulePredicatesType
    Get
    Set
'Usage
Dim instance As RuleType
Dim value As RulePredicatesType

value = instance.Conditions

instance.Conditions = value
public RulePredicatesType Conditions { get; set; }