Share via


TemplateHeader.Metadata Property

Metadata xml associated with the process template. This includes the set of plugins that will be used.

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property Metadata As String
public string Metadata { get; set; }
public:
property String^ Metadata {
    String^ get ();
    void set (String^ value);
}
member Metadata : string with get, set
function get Metadata () : String 
function set Metadata (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TemplateHeader Class

Microsoft.TeamFoundation.Server Namespace