ServiceInterface Constructor (String, String)

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    url As String _
)
public ServiceInterface(
    string name,
    string url
)
public:
ServiceInterface(
    String^ name, 
    String^ url
)
new : 
        name:string * 
        url:string -> ServiceInterface
public function ServiceInterface(
    name : String, 
    url : String
)

Parameters

.NET Framework Security

See Also

Reference

ServiceInterface Class

ServiceInterface Overload

Microsoft.TeamFoundation.Server Namespace