ProjectItem.MetadataCount Property

Definition

Count of metadata on this item, if any. Includes any metadata inherited from item definitions. Includes both custom and built-in metadata.

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

Property Value

The count of metadata for this item, including any metadata originating from item definitions, and any built-in metadata.

Applies to