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