This documentation is archived and is not being maintained.
Artifact::ExtendedAttributes Property
Visual Studio 2013
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.
- 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.
Show: