CubeSettingsDataSet.DepartmentsRow.DEPARTMENT_CF_UID Property
Gets or sets the GUID of the custom field value for the 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 DEPARTMENT_CF_UID As Guid
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.DepartmentsRow
Dim value As Guid
value = instance.DEPARTMENT_CF_UID
instance.DEPARTMENT_CF_UID = value
public Guid DEPARTMENT_CF_UID { get; set; }
Property Value
Type: System.Guid
See Also
Reference
CubeSettingsDataSet.DepartmentsRow Class