StatusingDataSet.EnterpriseLookupTableFullValuesRow.CODE_VALUE Property
Gets the GUID of the lookup table row, which is the value of LT_STRUCT_UID.
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 CODE_VALUE As Guid
Get
Set
'Usage
Dim instance As StatusingDataSet.EnterpriseLookupTableFullValuesRow
Dim value As Guid
value = instance.CODE_VALUE
instance.CODE_VALUE = value
public Guid CODE_VALUE { get; set; }
Property Value
Type: System.Guid
Remarks
Because lookup tables can be used for multiple custom fields, and the lookup table values are dynamic, the CODE_VALUE property refers to a specific row to get the current value.
See Also
Reference
StatusingDataSet.EnterpriseLookupTableFullValuesRow Class