CubeSettingsDataSet.DepartmentsRow.DEPARTMENT_CF_UID property
Gets or sets the GUID of the custom field value for the department.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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