Share via


BuildProcessBuilder.Attributes Property

Gets the collection of attributes associated with this build process.

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

Syntax

'Declaration
Public Property Attributes As Collection(Of Attribute)
public Collection<Attribute> Attributes { get; private set; }
public:
property Collection<Attribute^>^ Attributes {
    Collection<Attribute^>^ get ();
    private: void set (Collection<Attribute^>^ value);
}
member Attributes : Collection<Attribute> with get, private set
function get Attributes () : Collection<Attribute>
private function set Attributes (value : Collection<Attribute>)

Property Value

Type: System.Collections.ObjectModel.Collection<Attribute>
The collection of attributes associated with this build process.

.NET Framework Security

See Also

Reference

BuildProcessBuilder Class

Microsoft.TeamFoundation.Build.Workflow Namespace