次の方法で共有


Failure.ComputerName Property

Gets the name of the computer that is associated with the failure.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'宣言
Public ReadOnly Property ComputerName As String
    Get
public string ComputerName { get; }
public:
property String^ ComputerName {
    String^ get ();
}
member ComputerName : string
function get ComputerName () : String

Property Value

Type: System.String
The name of the computer that is associated with the failure.

.NET Framework Security

See Also

Reference

Failure Class

Microsoft.TeamFoundation.VersionControl.Client Namespace