SearchParametersType.Restriction Property
The Restriction property gets or sets the query that defines the contents of a search folder.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
Public Property Restriction As RestrictionType
public RestrictionType Restriction { get; set; }
public:
property RestrictionType^ Restriction {
RestrictionType^ get ();
void set (RestrictionType^ value);
}
/** @property */
public RestrictionType get_Restriction ()
/** @property */
public void set_Restriction (RestrictionType value)
public function get Restriction () : RestrictionType
public function set Restriction (value : RestrictionType)
Property Value
The Restriction property returns a RestrictionType object that contains the restriction that is used to filter the results for a search folder.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also