ProjectItemDefinition.GetMetadataValue(String) Method

Definition

Get the value of any metadata in the item that has the specified name, otherwise returns null

public:
 System::String ^ GetMetadataValue(System::String ^ name);
public string GetMetadataValue (string name);
member this.GetMetadataValue : string -> string
Public Function GetMetadataValue (name As String) As String

Parameters

name
String

The name of the item whose metadata value is to be retrieved.

Returns

The value of any metadata in the item that has the specified name; otherwise returns null.

Applies to