Share via


CubeSettingsDataSet.DepartmentsRow.CUSTOM_FIELD_PROP_UID property

Gets the GUID of the custom field for the resource or project department.

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

Syntax

'Declaration
Public Property CUSTOM_FIELD_PROP_UID As Guid
    Get
    Set
'Usage
Dim instance As CubeSettingsDataSet.DepartmentsRow
Dim value As Guid

value = instance.CUSTOM_FIELD_PROP_UID

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

Property value

Type: System.Guid

See also

Reference

CubeSettingsDataSet.DepartmentsRow class

CubeSettingsDataSet.DepartmentsRow members

WebSvcCubeAdmin namespace