DriverDataSet.DriverImpactStatementsRow.DESCRIPTION property
The description for the specified driver impact statement.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property DESCRIPTION As String
Get
Set
'Usage
Dim instance As DriverDataSet.DriverImpactStatementsRow
Dim value As String
value = instance.DESCRIPTION
instance.DESCRIPTION = value
public string DESCRIPTION { get; set; }
Property value
Type: System.String
See also
Reference
DriverDataSet.DriverImpactStatementsRow class