Share via


ProjectDataSet.ProjectRow.OPTIMIZER_FORCE_ALIAS_LT_VALUE_UID Property

Gets the lookup table value GUID that specifies why the project was forced in or out of its Portfolio Analysis Cost Optimizer solution.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Property OPTIMIZER_FORCE_ALIAS_LT_VALUE_UID As Guid
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Guid

value = instance.OPTIMIZER_FORCE_ALIAS_LT_VALUE_UID

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

Property Value

Type: System.Guid

Remarks

Read-only.

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

Statusing Web Service