Share via


RegistrationEntry.RegistrationExtendedAttributes Property

Gets or sets a collection on extended attributes in a registration entry.

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

Syntax

'Declaration
Public Property RegistrationExtendedAttributes As RegistrationExtendedAttribute()
'Usage
Dim instance As RegistrationEntry 
Dim value As RegistrationExtendedAttribute()

value = instance.RegistrationExtendedAttributes

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

Property Value

Type: array<Microsoft.TeamFoundation.Server.RegistrationExtendedAttribute[]
An array of T:Microsoft.TeamFoundation.Server.RegistrationExtendedAttribute entries.

.NET Framework Security

See Also

Reference

RegistrationEntry Class

RegistrationEntry Members

Microsoft.TeamFoundation.Server Namespace