Share via


ReadProjectProperty.Execute method

Runs the ReadProjectProperty workflow activity.

Namespace:  Microsoft.Office.Project.Server.Workflow
Assembly:  Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)

Syntax

'Declaration
Protected Overrides Function Execute ( _
    context As ActivityExecutionContext _
) As ActivityExecutionStatus
'Usage
Dim context As ActivityExecutionContext
Dim returnValue As ActivityExecutionStatus

returnValue = Me.Execute(context)
protected override ActivityExecutionStatus Execute(
    ActivityExecutionContext context
)

Parameters

Return value

Type: System.Workflow.ComponentModel.ActivityExecutionStatus
An enumerated value that corresponds to the status of an activity within a running workflow instance.

See also

Reference

ReadProjectProperty class

ReadProjectProperty members

Microsoft.Office.Project.Server.Workflow namespace