Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the implementation of this build process.
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property Process As Activity
public Activity Process { get; set; }
public:
property Activity^ Process {
Activity^ get ();
void set (Activity^ value);
}
member Process : Activity with get, set
function get Process () : Activity
function set Process (value : Activity)
Property Value
Type: System.Activities.Activity
The implementation of this build process.
.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.