LookupTableDataSet.LookupTableTreesRow.LT_VALUE_PHONETIC Property
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property LT_VALUE_PHONETIC As String
Get
Set
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesRow
Dim value As String
value = instance.LT_VALUE_PHONETIC
instance.LT_VALUE_PHONETIC = value
public string LT_VALUE_PHONETIC { get; set; }
Property Value
Type: System.String
See Also
Reference
LookupTableDataSet.LookupTableTreesRow Class