SharedResourceScope.Activities Property
Gets a collection of activities contained within this scope.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property Activities As Collection(Of Activity)
public Collection<Activity> Activities { get; private set; }
public:
property Collection<Activity^>^ Activities {
Collection<Activity^>^ get ();
private: void set (Collection<Activity^>^ value);
}
member Activities : Collection<Activity> with get, private set
function get Activities () : Collection<Activity>
private function set Activities (value : Collection<Activity>)
Property Value
Type: System.Collections.ObjectModel.Collection<Activity>
A collection of activities contained within this scope.
.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