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.
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
- 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.