DriverDataSet.DriverImpactStatements property
Gets the information about the impact statements for task, resource, cost, and assignment driver data.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property DriverImpactStatements As DriverDataSet.DriverImpactStatementsDataTable
Get
'Usage
Dim instance As DriverDataSet
Dim value As DriverDataSet.DriverImpactStatementsDataTable
value = instance.DriverImpactStatements
[BrowsableAttribute(false)]
public DriverDataSet.DriverImpactStatementsDataTable DriverImpactStatements { get; }
Property value
Type: WebSvcDriver.DriverDataSet.DriverImpactStatementsDataTable