Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of child activities.
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>
Returns Collection<T>.
.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