TeamFoundationServiceHost.ToString Method (String, String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
Public Shared Function ToString ( _
hostId As String, _
hostName As String _
) As String
public static string ToString(
string hostId,
string hostName
)
public:
static String^ ToString(
String^ hostId,
String^ hostName
)
static member ToString :
hostId:string *
hostName:string -> string
public static function ToString(
hostId : String,
hostName : String
) : String
Parameters
- hostId
Type: System.String
- hostName
Type: System.String
Return Value
Type: System.String
.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.