Share via


UpdateProjectProperty.DeleteValue Property

Gets or sets a value that specifies whether to delete the custom field value.

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 DeleteValue As Boolean
    Get
    Set
'Usage
Dim instance As UpdateProjectProperty
Dim value As Boolean

value = instance.DeleteValue

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

Property Value

Type: System.Boolean

Remarks

If the DeleteValue is True, the UpdateProjectProperty activity deletes the specified custom field value.

See Also

Reference

UpdateProjectProperty Class

UpdateProjectProperty Members

Microsoft.Office.Project.Server.Workflow Namespace

DeleteValueProperty