AvailableDatabaseCategories.Remove Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function Remove ( _
databaseCategory As String _
) As Boolean
public bool Remove(
string databaseCategory
)
public:
bool Remove(
String^ databaseCategory
)
member Remove :
databaseCategory:string -> bool
public function Remove(
databaseCategory : String
) : boolean
Parameters
- databaseCategory
Type: System.String
Return Value
Type: System.Boolean
.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.