TeamFoundationServiceHost.Metabase Property
The MetaBase for this host defines is general configuration around its path structure.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Metabase As TeamFoundationMetabase
public TeamFoundationMetabase Metabase { get; }
public:
property TeamFoundationMetabase^ Metabase {
TeamFoundationMetabase^ get ();
}
member Metabase : TeamFoundationMetabase with get
function get Metabase () : TeamFoundationMetabase
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationMetabase
Returns TeamFoundationMetabase.
.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.