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.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.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[]
.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.