Language

TaskItem<T>.GetMetadata(String) Method

Definition

Allows the values of metadata on the item to be queried.

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 value of the specified metadata.

Implements

Applies to