Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the database category that describes where the security information for this namespace should be stored.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property DatabaseCategory As String
Get
public string DatabaseCategory { get; }
public:
property String^ DatabaseCategory {
String^ get ();
}
member DatabaseCategory : string
function get DatabaseCategory () : String
Property Value
Type: System.String
The database category that describes where the security information for this namespace should be stored.
.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.