LookupTable.Masks property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Masks As IEnumerable(Of LookupMask)
Get
'Usage
Dim instance As LookupTable
Dim value As IEnumerable(Of LookupMask)
value = instance.Masks
public IEnumerable<LookupMask> Masks { get; }
Property value
Type: System.Collections.Generic.IEnumerable<LookupMask>