StatusingDataSet.EnterpriseLookupTableFullValuesRow.CODE_VALUE property

Gets the GUID of the lookup table row, which is the value of LT_STRUCT_UID.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

StatusingDataSet.EnterpriseLookupTableFullValuesRow members

WebSvcStatusing namespace