Share via


UpdateProjectProperty.NumericPropertyValue property

Gets or sets the value of the Number property that is used for the update.

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

value = instance.NumericPropertyValue

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

Property value

Type: System.Decimal
The decimal number that is used for the update.

Remarks

If the project property that is specified by PropertyName or MdPropUid is a numeric value, NumericPropertyValue is the value that is used for the update. If the specified property is not a numeric value, NumericPropertyValue is ignored.

See also

Reference

UpdateProjectProperty class

UpdateProjectProperty members

Microsoft.Office.Project.Server.Workflow namespace

NumericPropertyValueProperty