Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extra metadata associated with the template
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property Metadata As String
public string Metadata { get; private set; }
public:
virtual property String^ Metadata {
String^ get () sealed;
private: void set (String^ value) sealed;
}
abstract Metadata : string with get, private set
override Metadata : string with get, private set
final function get Metadata () : String
private final function set Metadata (value : String)
Property Value
Type: System.String
Returns String.
Implements
.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.