StatusingDataSet.LocalLookupTableFullValuesRow.LT_VALUE_NUM Property
Gets the decimal value of the node for a lookup table of the Number type.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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