Returns a new AppointmentCollection object that contains only Appointment objects that match a set of criteria, providing a filtered view of a collection of appointments.
| C# | Visual Basic |
public AppointmentCollection Restrict( string restriction )
Public Function Restrict ( _ restriction As String _ ) As AppointmentCollection
- restriction (String)
- A string that defines which items to find. The string must contain a Boolean expression that evaluates to TRUE or FALSE for any item. - Enclose property names between brackets. - You can combine expressions with AND and OR. - Comparison operators are the following "<, <=, >, >=, =, <>"
[Missing <returns> documentation for "M:InTheHand.WindowsMobile.PocketOutlook.AppointmentCollection.Restrict(System.String)"]