Artifact.ExtendedAttributes Property

Gets or sets an array of ExtendedAttribute objects that describe this artifact.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Property ExtendedAttributes As ExtendedAttribute()
public ExtendedAttribute[] ExtendedAttributes { get; set; }
public:
property array<ExtendedAttribute^>^ ExtendedAttributes {
    array<ExtendedAttribute^>^ get ();
    void set (array<ExtendedAttribute^>^ value);
}
member ExtendedAttributes : ExtendedAttribute[] with get, set
function get ExtendedAttributes () : ExtendedAttribute[]
function set ExtendedAttributes (value : ExtendedAttribute[])

Property Value

Type: array<Microsoft.TeamFoundation.ExtendedAttribute[]
An array of ExtendedAttribute objects that describe this artifact.

.NET Framework Security

See Also

Reference

Artifact Class

Microsoft.TeamFoundation Namespace