Share via


LookupTableDataSet.LookupTableMasksRow.LT_MASK_STRUCT_LENGTH property

Specifies the number of characters, numbers, or letters in the code mask.

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property LT_MASK_STRUCT_LENGTH As Integer
    Get
    Set
'Usage
Dim instance As LookupTableDataSet.LookupTableMasksRow
Dim value As Integer

value = instance.LT_MASK_STRUCT_LENGTH

instance.LT_MASK_STRUCT_LENGTH = value
public int LT_MASK_STRUCT_LENGTH { get; set; }

Property value

Type: System.Int32

Remarks

If LT_MASK_STRUCT_LENGTH = 0, Project Web App shows the length as Any in the Code mask grid on the Edit Lookup Table page.

See also

Reference

LookupTableDataSet.LookupTableMasksRow class

LookupTableDataSet.LookupTableMasksRow members

WebSvcLookupTable namespace