CustomFieldDataSet.CustomFieldsRow.MD_LOOKUP_TABLE_UID property

Gets or sets the unique identifier of the lookup table to use for the custom field.

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

Syntax

'Declaration
Public Property MD_LOOKUP_TABLE_UID As Guid
    Get
    Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Guid

value = instance.MD_LOOKUP_TABLE_UID

instance.MD_LOOKUP_TABLE_UID = value
public Guid MD_LOOKUP_TABLE_UID { get; set; }

Property value

Type: System.Guid
The GUID of a lookup table.

See also

Reference

CustomFieldDataSet.CustomFieldsRow class

CustomFieldDataSet.CustomFieldsRow members

WebSvcCustomFields namespace

Other resources

How to: Create an Enterprise Custom Field