Share via


ProjectCollection.CollectionDatabase Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ProjectCollection Class

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