StatusingDataSet.LocalLookupTableFullValuesRow.LT_VALUE_NUM Property
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property LT_VALUE_NUM As Decimal
Get
Set
'Usage
Dim instance As StatusingDataSet.LocalLookupTableFullValuesRow
Dim value As Decimal
value = instance.LT_VALUE_NUM
instance.LT_VALUE_NUM = value
public decimal LT_VALUE_NUM { get; set; }
Property Value
Type: System.Decimal
See Also
Reference
StatusingDataSet.LocalLookupTableFullValuesRow Class