Share via


SecurityNamespaceDescription.DatabaseCategory Property

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
public string DatabaseCategory { get; }
public:
property String^ DatabaseCategory {
    String^ get ();
}
member DatabaseCategory : string with get
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

See Also

Reference

SecurityNamespaceDescription Class

Microsoft.TeamFoundation.Framework.Client Namespace