TaskItem.MetadataNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the names of all the item's metadata.
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
List of metadata names.