This documentation is archived and is not being maintained.

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)

public:
property bool Registered {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
Returns Boolean.

Show: