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
'Декларация
Public Property Attributes As Collection(Of Attribute)
Get
Private Set
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
- 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.