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: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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: [Project Web service].ProjectImpactDataSet.LookupTableValuesRow
Remarks
In general, developers should use the AddLookupTableValuesRow overload.
See Also
Reference
ProjectImpactDataSet.LookupTableValuesDataTable Class
ProjectImpactDataSet.LookupTableValuesDataTable Members