Share via


ProjectImpactDataSet.LookupTableValuesDataTable.AddLookupTableValuesRow method (Guid, String)

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Function AddLookupTableValuesRow ( _
    LT_STRUCT_UID As Guid, _
    LT_VALUE_TEXT As String _
) As ProjectImpactDataSet.LookupTableValuesRow
'Usage
Dim instance As ProjectImpactDataSet.LookupTableValuesDataTable
Dim LT_STRUCT_UID As Guid
Dim LT_VALUE_TEXT As String
Dim returnValue As ProjectImpactDataSet.LookupTableValuesRow

returnValue = instance.AddLookupTableValuesRow(LT_STRUCT_UID, _
    LT_VALUE_TEXT)
public ProjectImpactDataSet.LookupTableValuesRow AddLookupTableValuesRow(
    Guid LT_STRUCT_UID,
    string LT_VALUE_TEXT
)

Parameters

Return value

Type: WebSvcProject.ProjectImpactDataSet.LookupTableValuesRow

Remarks

In general, developers should use the AddLookupTableValuesRow overload.

See also

Reference

ProjectImpactDataSet.LookupTableValuesDataTable class

ProjectImpactDataSet.LookupTableValuesDataTable members

AddLookupTableValuesRow overload

WebSvcProject namespace