Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- LT_STRUCT_UID
Type: System.Guid
- LT_VALUE_TEXT
Type: System.String
Return value
Type: WebSvcProject.ProjectImpactDataSet.LookupTableValuesRow
Remarks
In general, developers should use the AddLookupTableValuesRow overload.
See also
Reference
ProjectImpactDataSet.LookupTableValuesDataTable class
ProjectImpactDataSet.LookupTableValuesDataTable members