FrameworkRegistrationEntry.Databases Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Databases As RegistrationDatabase()
public RegistrationDatabase[] Databases { get; set; }
public:
property array<RegistrationDatabase^>^ Databases {
array<RegistrationDatabase^>^ get ();
void set (array<RegistrationDatabase^>^ value);
}
member Databases : RegistrationDatabase[] with get, set
function get Databases () : RegistrationDatabase[]
function set Databases (value : RegistrationDatabase[])
Property Value
Type: array<Microsoft.TeamFoundation.Framework.Server.RegistrationDatabase[]
Returns RegistrationDatabase.
.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.