TeamFoundationServiceHost.MetabaseRegistryPatterns Property
The metabase registry query patterns for this service host.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property MetabaseRegistryPatterns As String()
protected virtual string[] MetabaseRegistryPatterns { get; }
protected:
virtual property array<String^>^ MetabaseRegistryPatterns {
array<String^>^ get ();
}
abstract MetabaseRegistryPatterns : string[] with get
override MetabaseRegistryPatterns : string[] with get
function get MetabaseRegistryPatterns () : String[]
Property Value
Type: array<System.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.