PropertyMap.Contains(String) Method

Definition

Gets a value indicating whether the given property is mapped.

public:
 bool Contains(System::String ^ propertyName);
public bool Contains (string propertyName);
member this.Contains : string -> bool
Public Function Contains (propertyName As String) As Boolean

Parameters

propertyName
String

The name of the property to search for.

Returns

true if propertyName exists in the property map; otherwise, false.

Applies to

See also