LookupEntry class

inherits members from ClientObject

Represents a lookup table entry.

Syntax

CSOM

class LookupEntry 

JSOM

PS.LookupEntry

REST Interface

Supported.

PS.LookupEntry

http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/LookupTables('{tableid}')/Entries('{entryid}')

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
AppAlternateId Guid Gets the alternate GUID that is specified in an App package for Project Online.
Description ✓ʷ ✓ʷ ✓ʷ String Gets or sets the description of the lookup table entry.
FullValue String Gets the concatenated value of a hierarchical text lookup table entry.
Id Guid Gets the GUID for the lookup table entry.
InternalName String Gets the internal name of the lookup table entry. Reserved for internal use..
SortIndex ✓ʷ ✓ʷ ✓ʷ Decimal Gets or sets an index number for the lookup table entry.

Methods

Name .NET JSOM REST Return Type Description
DeleteObject() void Deletes the lookup entry object.

#### Method Details

DeleteObject()

Deletes the lookup entry object.

Syntax
void DeleteObject()
Parameters

None

Return Value

void

See Also

LookupCost
LookupDate
LookupDuration
LookupEntryCollection
LookupEntryCreationInformation
LookupNumber
LookupText