LookupTableDataSet.LookupTableTreesDataTable.LT_VALUE_PHONETICColumn property
Defines the column for the LT_VALUE_PHONETIC() field.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property LT_VALUE_PHONETICColumn As DataColumn
Get
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesDataTable
Dim value As DataColumn
value = instance.LT_VALUE_PHONETICColumn
public DataColumn LT_VALUE_PHONETICColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
LookupTableDataSet.LookupTableTreesDataTable class