Share via


PimPropertySet.Contains Method

3/29/2010

Gets a value indicating whether a property with the specified name exists.

Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)

Syntax

public bool Contains (
    string propertyName
)
'Declaration
Public Function Contains ( _
    propertyName As String _
) As Boolean

Parameters

  • propertyName
    Name of the property

Return Value

True if it exists, false if it does not exist

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.

See Also

Reference

PimPropertySet Class
PimPropertySet Members
Microsoft.WindowsMobile.PocketOutlook Namespace