Share via


TeamProjectCollection.Registered Property

Once a collection is successfully created/attach/upgraded it is considered regsitered. This means the collection is a known entity within this instance.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property Registered As Boolean
public bool Registered { get; set; }
public:
property bool Registered {
    bool get ();
    void set (bool value);
}
member Registered : bool with get, set
function get Registered () : boolean 
function set Registered (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TeamProjectCollection Class

Microsoft.TeamFoundation.Framework.Client Namespace