Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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