LookupDuration class

inherits members from LookupEntry

Contains a data value for a lookup table of type Duration.

Syntax

CSOM

class LookupDuration 

JSOM

PS.LookupDuration

REST Interface

Supported.

PS.LookupDuration

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

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
Value ✓ʷ ✓ʷ ✓ʷ String Gets or sets the string value in a lookup table of type Duration.
ValueMilliseconds ✓ʷ ✓ʷ Integer Gets or sets the duration in milliseconds, in a lookup table of typeDuration.
ValueTimeSpan ✓ʷ ✓ʷ TimeSpan Gets or sets the duration as a TimeSpan value in a lookup table of typeDuration.

See Also

LookupEntry