Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The updated database categories.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property DatabaseCategories As List(Of String)
public List<string> DatabaseCategories { get; private set; }
public:
property List<String^>^ DatabaseCategories {
List<String^>^ get ();
private: void set (List<String^>^ value);
}
member DatabaseCategories : List<string> with get, private set
function get DatabaseCategories () : List<String>
private function set DatabaseCategories (value : List<String>)
Property Value
Type: System.Collections.Generic.List<String>
Returns List<T>.
.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.