LookupTableMultiLangDataSet Class

Specifies the DataSet for one or more multilanguage lookup tables.

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataSet
      WebSvcLookupTable.LookupTableMultiLangDataSet

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class LookupTableMultiLangDataSet _
    Inherits DataSet
'Usage
Dim instance As LookupTableMultiLangDataSet
[SerializableAttribute]
public class LookupTableMultiLangDataSet : DataSet

Remarks

For a lookup table that does not require multiple languages, use LookupTableDataSet.

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

LookupTableMultiLangDataSet Members

WebSvcLookupTable Namespace