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 of service interfaces in a registration entry.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property ServiceInterfaces As ServiceInterface()
'Usage
Dim instance As RegistrationEntry
Dim value As ServiceInterface()
value = instance.ServiceInterfaces
instance.ServiceInterfaces = value
public ServiceInterface[] ServiceInterfaces { get; set; }
public:
property array<ServiceInterface^>^ ServiceInterfaces {
array<ServiceInterface^>^ get ();
void set (array<ServiceInterface^>^ value);
}
public function get ServiceInterfaces () : ServiceInterface[]
public function set ServiceInterfaces (value : ServiceInterface[])
Property Value
Type: array<Microsoft.TeamFoundation.Server.ServiceInterface[]
An array of T:Microsoft.TeamFoundation.Server.ServiceInterface 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.