StatusingDataSet.LocalLookupTableFullValuesRow.LT_VALUE_DUR Property
Specifies the duration value in a lookup table of the Duration 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_DUR As Integer
Get
Set
'Usage
Dim instance As StatusingDataSet.LocalLookupTableFullValuesRow
Dim value As Integer
value = instance.LT_VALUE_DUR
instance.LT_VALUE_DUR = value
public int LT_VALUE_DUR { get; set; }
Property Value
Type: System.Int32
See Also
Reference
StatusingDataSet.LocalLookupTableFullValuesRow Class