Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.