Share via


CubeSettingsDataSet.DepartmentsRow.CUSTOM_FIELD_PROP_UID Property

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

Namespace:  [CubeAdmin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CubeAdmin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CubeAdmin.asmx?wsdl

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

CubeAdmin Web Service