DriverDataSet.DriverDepartmentsRow.DEPARTMENT_NAME property
The department name that is associated with the specified driver.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property DEPARTMENT_NAME As String
Get
Set
'Usage
Dim instance As DriverDataSet.DriverDepartmentsRow
Dim value As String
value = instance.DEPARTMENT_NAME
instance.DEPARTMENT_NAME = value
public string DEPARTMENT_NAME { get; set; }
Property value
Type: System.String
See also
Reference
DriverDataSet.DriverDepartmentsRow class