Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.