LookupTableDataSet.LookupTableMasksRow class

Represents one lookup table code mask value.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcLookupTable.LookupTableDataSet.LookupTableMasksRow

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

Syntax

'Declaration
Public Class LookupTableMasksRow _
    Inherits DataRow
'Usage
Dim instance As LookupTableDataSet.LookupTableMasksRow
public class LookupTableMasksRow : DataRow

Remarks

For an example that creates lookup table code masks, see Walkthrough: Creating a Hierarchical Lookup Table.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

LookupTableDataSet.LookupTableMasksRow members

WebSvcLookupTable namespace