BuildItem.MetadataCount Property

Definition

Gets the number of metadata set on the item.

public:
 property int MetadataCount { int get(); };
public int MetadataCount { get; }
member this.MetadataCount : int
Public ReadOnly Property MetadataCount As Integer

Property Value

An integer representing the number of metadata items.

Remarks

The value returned by MetadataCount includes pre-defined or reserved item-spec modifiers as well as other metadata.

Applies to