MetadataProperties.Contains(String) Method

Definition

Indicates whether a specified property is a member of the current set of metadata properties.

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

Parameters

name
String

The name of the property.

Returns

true if the specified property is a member of the current set of metadata properties; otherwise, false.

Applies to