Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.