TaskItem<T>.GetMetadataValueEscaped(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.
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.