BuildDropProvider.ProjectCollection Property

Gets the project collection to which this provider is associated.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
Returns TfsTeamProjectCollection.

.NET Framework Security

See Also

Reference

BuildDropProvider Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace