다음을 통해 공유


TeamFoundationServiceHostProcess.MachineName Property

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

Syntax

‘선언
Public Property MachineName As String
    Get
    Set
public string MachineName { get; set; }
public:
property String^ MachineName {
    String^ get ();
    void set (String^ value);
}
member MachineName : string with get, set
function get MachineName () : String
function set MachineName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TeamFoundationServiceHostProcess Class

Microsoft.TeamFoundation.Framework.Server Namespace