Share via


LookupEntryValue.NumberValue property

Gets or sets a decimal number entry value.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property NumberValue As Decimal
    Get
    Set
'Usage
Dim instance As LookupEntryValue
Dim value As Decimal

value = instance.NumberValue

instance.NumberValue = value
[RemoteAttribute]
public decimal NumberValue { get; set; }

Property value

Type: System.Decimal
An entry value.

See also

Reference

LookupEntryValue class

LookupEntryValue members

Microsoft.ProjectServer.Client namespace