Share via


Artifact.ExtendedAttributes Property

Gets or sets the Artifact extended attributes.

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

Syntax

'Declaration
Public Property ExtendedAttributes As ExtendedAttribute()
'Usage
Dim instance As Artifact 
Dim value As ExtendedAttribute()

value = instance.ExtendedAttributes

instance.ExtendedAttributes = value
public ExtendedAttribute[] ExtendedAttributes { get; set; }
public:
property array<ExtendedAttribute^>^ ExtendedAttributes {
    array<ExtendedAttribute^>^ get ();
    void set (array<ExtendedAttribute^>^ value);
}
public function get ExtendedAttributes () : ExtendedAttribute[]
public function set ExtendedAttributes (value : ExtendedAttribute[])

Property Value

Type: array<Microsoft.TeamFoundation.ExtendedAttribute[]

.NET Framework Security

See Also

Reference

Artifact Class

Artifact Members

Microsoft.TeamFoundation Namespace