Поделиться через


DepartmentsDataSet.DepartmentsRow.DEPARTMENT_UID Property

Gets or sets the unique identifier of the specified 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_UID As Guid
    Get
    Set
'Usage
Dim instance As DepartmentsDataSet.DepartmentsRow
Dim value As Guid

value = instance.DEPARTMENT_UID

instance.DEPARTMENT_UID = value
public Guid DEPARTMENT_UID { get; set; }

Property Value

Type: System.Guid

See Also

Reference

DepartmentsDataSet.DepartmentsRow Class

DepartmentsDataSet.DepartmentsRow Members

Admin Web Service