TeamFoundationServiceHostInstance.Process Property
The process referred to by the ProcessId.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Process As TeamFoundationServiceHostProcess
public TeamFoundationServiceHostProcess Process { get; set; }
public:
property TeamFoundationServiceHostProcess^ Process {
TeamFoundationServiceHostProcess^ get ();
void set (TeamFoundationServiceHostProcess^ value);
}
member Process : TeamFoundationServiceHostProcess with get, set
function get Process () : TeamFoundationServiceHostProcess
function set Process (value : TeamFoundationServiceHostProcess)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationServiceHostProcess
Returns TeamFoundationServiceHostProcess.
.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.