BuildItem.HasMetadata(String) Method

Definition

Indicates whether the item has the specified item metadata.

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

Parameters

metadataName
String

The item metadata name.

Returns

true if the item has the specified item metadata; otherwise, false.

Applies to