BuildMachineProcessState.Name Property

Gets the name of this process.

Namespace:  Microsoft.TeamFoundation.Build.Hosting
Assembly:  Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Name As String
[DataMemberAttribute(EmitDefaultValue = false)]
public string Name { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Name : string with get, set
function get Name () : String 
function set Name (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

BuildMachineProcessState Class

Microsoft.TeamFoundation.Build.Hosting Namespace