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 flags set on the database.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Flags As TeamFoundationDatabaseFlags
public TeamFoundationDatabaseFlags Flags { get; set; }
public:
property TeamFoundationDatabaseFlags Flags {
TeamFoundationDatabaseFlags get ();
void set (TeamFoundationDatabaseFlags value);
}
member Flags : TeamFoundationDatabaseFlags with get, set
function get Flags () : TeamFoundationDatabaseFlags
function set Flags (value : TeamFoundationDatabaseFlags)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDatabaseFlags
.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.