LookupNumber class
Contains a data value for a lookup table of type Number.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.LookupEntry
Microsoft.ProjectServer.Client.LookupNumber
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.LookupNumber", ServerTypeId := "{3d9ab7cd-e571-4c22-abc6-78aa17fb4816}")> _
Public Class LookupNumber _
Inherits LookupEntry
'Usage
Dim instance As LookupNumber
[ScriptTypeAttribute("PS.LookupNumber", ServerTypeId = "{3d9ab7cd-e571-4c22-abc6-78aa17fb4816}")]
public class LookupNumber : 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.