LookupNumber.Value property
Gets or sets a data value of type Number.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Value As Decimal
Get
Set
'Usage
Dim instance As LookupNumber
Dim value As Decimal
value = instance.Value
instance.Value = value
[RemoteAttribute]
public decimal Value { get; set; }
Property value
Type: System.Decimal
A number data value.