UpdateProjectStageStatus.StatusInformation Property
Gets or sets text that can replace or be appended to text in the stage status information field.
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property StatusInformation As String
Get
Set
'Usage
Dim instance As UpdateProjectStageStatus
Dim value As String
value = instance.StatusInformation
instance.StatusInformation = value
[BrowsableAttribute(true)]
public string StatusInformation { get; set; }
Property Value
Type: System.String
Remarks
In the Properties pane, you can directly enter text in the StatusInformation property. You can also set the workflow and code path, for example, Activity=MyWorkflow, Path=StatusInfo.
See Also
Reference
UpdateProjectStageStatus Class
UpdateProjectStageStatus Members