ProjectImpactDataSet.ImpactStatementsRow.DESCRIPTION property
Gets the description of the project impact. Read-only.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property DESCRIPTION As String
Get
Set
'Usage
Dim instance As ProjectImpactDataSet.ImpactStatementsRow
Dim value As String
value = instance.DESCRIPTION
instance.DESCRIPTION = value
public string DESCRIPTION { get; set; }
Property value
Type: System.String
See also
Reference
ProjectImpactDataSet.ImpactStatementsRow class