LookupCost class
Contains a data value for a lookup table of type Cost.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.LookupEntry
Microsoft.ProjectServer.Client.LookupCost
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.LookupCost", ServerTypeId := "{e62beb6e-3042-4ca0-abed-6b01caafe08f}")> _
Public Class LookupCost _
Inherits LookupEntry
'Usage
Dim instance As LookupCost
[ScriptTypeAttribute("PS.LookupCost", ServerTypeId = "{e62beb6e-3042-4ca0-abed-6b01caafe08f}")]
public class LookupCost : LookupEntry
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.