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
- 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.