FrameworkRegistrationEntry.RegistrationExtendedAttributes Property

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

Syntax

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

Property Value

Type: array<Microsoft.TeamFoundation.Framework.Server.RegistrationExtendedAttribute2[]
Returns RegistrationExtendedAttribute2.

.NET Framework Security

See Also

Reference

FrameworkRegistrationEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace