Share via


LookupCost.Value property

Gets or sets a data value of type Cost.

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 LookupCost
Dim value As Decimal

value = instance.Value

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

Property value

Type: System.Decimal
The lookup cost data value.

See also

Reference

LookupCost class

LookupCost members

Microsoft.ProjectServer.Client namespace