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.
Gets the value of the node for a lookup table of the type Text. Read-only.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LT_VALUE_TEXT As String
Get
Set
'Usage
Dim instance As ProjectImpactDataSet.LookupTableValuesRow
Dim value As String
value = instance.LT_VALUE_TEXT
instance.LT_VALUE_TEXT = value
public string LT_VALUE_TEXT { get; set; }
Property value
Type: System.String
See also
Reference
ProjectImpactDataSet.LookupTableValuesRow class