Share via


ProjectImpactDataSet.ImpactStatementsRow.PROJECT_IMPACT_CF_UID property

Gets the GUID of the project impact custom field. Read-only.

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

Syntax

'Declaration
Public Property PROJECT_IMPACT_CF_UID As Guid
    Get
    Set
'Usage
Dim instance As ProjectImpactDataSet.ImpactStatementsRow
Dim value As Guid

value = instance.PROJECT_IMPACT_CF_UID

instance.PROJECT_IMPACT_CF_UID = value
public Guid PROJECT_IMPACT_CF_UID { get; set; }

Property value

Type: System.Guid

See also

Reference

ProjectImpactDataSet.ImpactStatementsRow class

ProjectImpactDataSet.ImpactStatementsRow members

WebSvcProject namespace