Share via


ProjectImpactDataSet.DriversRow.DRIVER_DESCRIPTION property

Gets the description of the driver associated with the project. Read-only.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property DRIVER_DESCRIPTION As String
    Get
    Set
'Usage
Dim instance As ProjectImpactDataSet.DriversRow
Dim value As String

value = instance.DRIVER_DESCRIPTION

instance.DRIVER_DESCRIPTION = value
public string DRIVER_DESCRIPTION { get; set; }

Property value

Type: System.String

See also

Reference

ProjectImpactDataSet.DriversRow class

ProjectImpactDataSet.DriversRow members

WebSvcProject namespace