This documentation is archived and is not being maintained.

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)

public:
property array<ExtendedAttribute^>^ ExtendedAttributes {
	array<ExtendedAttribute^>^ get ();
	void set (array<ExtendedAttribute^>^ value);
}

Property Value

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

Show: