Share via


ApplicationInstance.ApplicationDatabase Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ApplicationDatabase As ApplicationDatabase
public ApplicationDatabase ApplicationDatabase { get; set; }
public:
property ApplicationDatabase^ ApplicationDatabase {
    ApplicationDatabase^ get ();
    void set (ApplicationDatabase^ value);
}
member ApplicationDatabase : ApplicationDatabase with get, set
function get ApplicationDatabase () : ApplicationDatabase 
function set ApplicationDatabase (value : ApplicationDatabase)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.ApplicationDatabase

.NET Framework Security

See Also

Reference

ApplicationInstance Class

Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace