Share via


LookupTableDataSet.LookupTableMasksRow.LT_MASK_STRUCT_LENGTH Property

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

Namespace:  [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl

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

LookupTable Web Service