LookupTableDataSet.LookupTableMasksRow.LT_MASK_STRUCT_LENGTH Property
Number of characters, numbers, or letters in the code mask.
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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 Access shows the length is Any in the Code mask grid on the Edit Lookup Table page.
See Also
Reference
LookupTableDataSet.LookupTableMasksRow Class