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
- 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.