Defines a set of custom PIM properties.
Requires Windows Mobile 5.0 or later
| C# | Visual Basic |
public sealed class PimPropertySet
Public NotInheritable Class PimPropertySet
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Add(String) |
Creates a custom string property, assigning it the default PIM property flags.
| |
| Add(String, Type) |
Creates a custom property, assigning it the default PIM property flags (property is not indexed, and is replicated on the UI).
| |
| Add(String, Type, PimPropertyFlags) |
Creates a custom property with the specified flags.
| |
| Contains(String) |
Gets a value indicating whether a property with the specified name exists.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Item[([(AppointmentProperty])]) |
Gets or sets an Appointment property value.
| |
| Item[([(ContactProperty])]) |
Gets or sets a Contact property value.
| |
| Item[([(TaskProperty])]) |
Gets or sets a Task property value.
| |
| Item[([(String])]) |
Gets or sets a generic property value using the string value of the property name.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
| Object | |
| PimPropertySet | |