LookupMask.MaskType property
Gets or sets the mask segment type.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property MaskType As LookupTableMaskSequence
Get
Set
'Usage
Dim instance As LookupMask
Dim value As LookupTableMaskSequence
value = instance.MaskType
instance.MaskType = value
[RemoteAttribute]
public LookupTableMaskSequence MaskType { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.LookupTableMaskSequence
A mask type.
Remarks
Examples of common mask types are text, number, currency, and date/time.
For a code example, see LookupMask.