TaskItem.GetMetadata(String) Method
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.
Retrieves one of the arbitrary metadata on the item. If not found, returns empty string.
public:
virtual System::String ^ GetMetadata(System::String ^ metadataName);
public string GetMetadata (string metadataName);
abstract member GetMetadata : string -> string
override this.GetMetadata : string -> string
Public Function GetMetadata (metadataName As String) As String
Parameters
- metadataName
- String
The name of the metadata to retrieve.
Returns
The metadata value.