Share via


CompareProjectProperty.NumericPropertyValue Property

Gets or sets the value of the Number property used in the comparison.

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 CompareProjectProperty
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 specified by PropertyName or MdPropUid is a numeric value, NumericPropertyValue is the value that is used in the comparison. If the specified property is not a numeric value, NumericPropertyValue is ignored.

See Also

Reference

CompareProjectProperty Class

CompareProjectProperty Members

Microsoft.Office.Project.Server.Workflow Namespace

NumericPropertyValueProperty