FrameworkRegistrationEntry.ServiceInterfaces Property

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

Syntax

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

Property Value

Type: array<Microsoft.TeamFoundation.Framework.Server.RegistrationServiceInterface[]
Returns RegistrationServiceInterface.

.NET Framework Security

See Also

Reference

FrameworkRegistrationEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace