LookupEntryValue.NumberValue property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property NumberValue As Decimal
Get
Set
'Usage
Dim instance As LookupEntryValue
Dim value As Decimal
value = instance.NumberValue
instance.NumberValue = value
public decimal NumberValue { get; set; }
Property value
Type: System.Decimal