ProjectPropertyValues.NumericValue property
Gets or sets the value of a numeric property.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property NumericValue As Decimal
Get
Set
'Usage
Dim instance As ProjectPropertyValues
Dim value As Decimal
value = instance.NumericValue
instance.NumericValue = value
[DataMemberAttribute]
public decimal NumericValue { get; set; }
Property value
Type: System.Decimal
A decimal value.