DepartmentsDataSet.DepartmentsRow.DEPARTMENT_PARENT_UID Property
Gets or sets the unique identifier of the parent department.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
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