Share via


LookupMask class

Represents a mask definition for the levels of a hierarchical lookup table.

Syntax

CSOM

class LookupMask 

JSOM

PS.LookupMask

REST Interface

Supported.

PS.LookupMask

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

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
Length ✓ʷ ✓ʷ ✓ʷ Integer Gets or sets the number of characters in the mask sequence or, if the mask sequence can be of any length, gets or sets the zero value of LookupTableConstants.AnyLengthSequence.
MaskType ✓ʷ ✓ʷ ✓ʷ LookupTableMaskSequence Gets or sets the mask segment type.
Separator ✓ʷ ✓ʷ ✓ʷ String Gets or sets the separator string that is used in the concatenation of parent table entry values at each level of the table mask.

See Also

LookupText