BuildMachineProcessEventArgs.ProcessName Property

Gets the name of the service.

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

BuildMachineProcessEventArgs Class

Microsoft.TeamFoundation.Build.Hosting Namespace