ProjectDataSet.TaskCustomFieldsRow.CUSTOM_FIELD_UID Property

Specifies the unique identifier for the custom field value.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property CUSTOM_FIELD_UID As Guid
    Get
    Set
'Usage
Dim instance As ProjectDataSet.TaskCustomFieldsRow
Dim value As Guid

value = instance.CUSTOM_FIELD_UID

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

Property Value

Type: System.Guid

See Also

Reference

ProjectDataSet.TaskCustomFieldsRow Class

ProjectDataSet.TaskCustomFieldsRow Members

WebSvcProject Namespace