CommonStructureEdit.TfsTeamProjectCollection Property
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property TfsTeamProjectCollection As TfsTeamProjectCollection
public TfsTeamProjectCollection TfsTeamProjectCollection { get; set; }
public:
property TfsTeamProjectCollection^ TfsTeamProjectCollection {
TfsTeamProjectCollection^ get ();
void set (TfsTeamProjectCollection^ value);
}
member TfsTeamProjectCollection : TfsTeamProjectCollection with get, set
function get TfsTeamProjectCollection () : TfsTeamProjectCollection
function set TfsTeamProjectCollection (value : TfsTeamProjectCollection)
Property Value
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
Returns TfsTeamProjectCollection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.