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
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.