Share via


UpdateProjectStageStatus.Append Property

Gets or sets a value that specifies whether to append the StatusInformation value to 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 Append As Boolean
    Get
    Set
'Usage
Dim instance As UpdateProjectStageStatus
Dim value As Boolean

value = instance.Append

instance.Append = value
[BrowsableAttribute(true)]
public bool Append { get; set; }

Property Value

Type: System.Boolean

Remarks

If the Append property is True, the UpdateProjectStageStatus activity appends the StatusInformation text to existing text in the stage status information field. If False, the UpdateProjectStageStatus activity overwrites the stage status information field. The default value is False.

See Also

Reference

UpdateProjectStageStatus Class

UpdateProjectStageStatus Members

Microsoft.Office.Project.Server.Workflow Namespace

AppendProperty

StatusInformation