RegistrationEntry.ServiceInterfaces Property
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'宣告
Public Property ServiceInterfaces As ServiceInterface()
Get
Set
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[]
.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.