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

See Also

Reference

FrameworkRegistrationEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace