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