RegistrationEntry.ServiceInterfaces Property

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property ServiceInterfaces As ServiceInterface()
public ServiceInterface[] ServiceInterfaces { get; set; }
public:
property array<ServiceInterface^>^ ServiceInterfaces {
    array<ServiceInterface^>^ get ();
    void set (array<ServiceInterface^>^ value);
}
member ServiceInterfaces : ServiceInterface[] with get, set
function get ServiceInterfaces () : ServiceInterface[]
function set ServiceInterfaces (value : ServiceInterface[])

Property Value

Type: array<Microsoft.TeamFoundation.Server.ServiceInterface[]
Returns ServiceInterface.

.NET Framework Security

See Also

Reference

RegistrationEntry Class

Microsoft.TeamFoundation.Server Namespace