RegistrationEntry.RegistrationExtendedAttributes Property

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

Syntax

'Declaration
Public Property RegistrationExtendedAttributes As RegistrationExtendedAttribute()
public RegistrationExtendedAttribute[] RegistrationExtendedAttributes { get; set; }
public:
property array<RegistrationExtendedAttribute^>^ RegistrationExtendedAttributes {
    array<RegistrationExtendedAttribute^>^ get ();
    void set (array<RegistrationExtendedAttribute^>^ value);
}
member RegistrationExtendedAttributes : RegistrationExtendedAttribute[] with get, set
function get RegistrationExtendedAttributes () : RegistrationExtendedAttribute[]
function set RegistrationExtendedAttributes (value : RegistrationExtendedAttribute[])

Property Value

Type: array<Microsoft.TeamFoundation.Server.RegistrationExtendedAttribute[]
Returns RegistrationExtendedAttribute.

.NET Framework Security

See Also

Reference

RegistrationEntry Class

Microsoft.TeamFoundation.Server Namespace