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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.