Share via


RegistrationEntry.ServiceInterfaces Property

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

See Also

Reference

RegistrationEntry Class

RegistrationEntry Members

Microsoft.TeamFoundation.Server Namespace