Language

TaskItem<T>.GetMetadataValueEscaped(String) Method

Definition

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

public:
 virtual System::String ^ GetMetadataValueEscaped(System::String ^ metadataName);
public string GetMetadataValueEscaped(string metadataName);
abstract member GetMetadataValueEscaped : string -> string
override this.GetMetadataValueEscaped : string -> string
Public Function GetMetadataValueEscaped (metadataName As String) As String

Parameters

metadataName
String

The metadata to be queried.

Returns

The escaped metadata value.

Implements

Applies to