LookupTable.Masks property
Gets the collection of mask definitions for the levels of a hierarchical lookup table.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Masks As IEnumerable(Of LookupMask)
Get
'Usage
Dim instance As LookupTable
Dim value As IEnumerable(Of LookupMask)
value = instance.Masks
[RemoteAttribute]
public IEnumerable<LookupMask> Masks { get; }
Property value
Type: System.Collections.Generic.IEnumerable<LookupMask>
An enumerator that supports an iteration over a collection of LookupMask objects.
Remarks
All lookup tables must have at least one mask, and only text tables may have more than one mask.
For a code example, see LookupTable