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 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
- 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.