LookupTableCreationInformation.Masks property

Gets or sets 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 Property Masks As IEnumerable(Of LookupMask)
    Get
    Set
'Usage
Dim instance As LookupTableCreationInformation
Dim value As IEnumerable(Of LookupMask)

value = instance.Masks

instance.Masks = value
[RemoteAttribute]
public IEnumerable<LookupMask> Masks { get; set; }

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.

See also

Reference

LookupTableCreationInformation class

LookupTableCreationInformation members

Microsoft.ProjectServer.Client namespace