DepartmentsDataSet.DepartmentsRow.DEPARTMENT_PARENT_UID property
Gets or sets the unique identifier of the parent department.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property DEPARTMENT_PARENT_UID As Guid
Get
Set
'Usage
Dim instance As DepartmentsDataSet.DepartmentsRow
Dim value As Guid
value = instance.DEPARTMENT_PARENT_UID
instance.DEPARTMENT_PARENT_UID = value
public Guid DEPARTMENT_PARENT_UID { get; set; }
Property value
Type: System.Guid
See also
Reference
DepartmentsDataSet.DepartmentsRow class