BuildMachineProcessEventArgs.ProcessId Property

Gets the URI of the service.

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

Syntax

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

Property Value

Type: System.Uri
Returns Uri.

.NET Framework Security

See Also

Reference

BuildMachineProcessEventArgs Class

Microsoft.TeamFoundation.Build.Hosting Namespace