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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace