BuildItem.MetadataNames Property

Definition

Gets the names of metadata on the item, including pre-defined or reserved item-spec modifiers.

public:
 property System::Collections::ICollection ^ MetadataNames { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection MetadataNames { get; }
member this.MetadataNames : System.Collections.ICollection
Public ReadOnly Property MetadataNames As ICollection

Property Value

An ICollection containing name strings of all metadata on the item.

Remarks

The value returned by MetadataNames includes the names of all metadata, including user-defined and custom attributes.

Applies to