Share via


PlannerSolutionDataSet.SolutionProjectsRow.FORCE_ALIAS_LT_VALUE_FULL Property

Gets the lookup table value that specifies the reason for forcing the project in or out of the solution. Read-only.

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

Syntax

'Declaration
Public Property FORCE_ALIAS_LT_VALUE_FULL As String
    Get
    Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectsRow
Dim value As String

value = instance.FORCE_ALIAS_LT_VALUE_FULL

instance.FORCE_ALIAS_LT_VALUE_FULL = value
public string FORCE_ALIAS_LT_VALUE_FULL { get; set; }

Property Value

Type: System.String
Returns String.

See Also

Reference

PlannerSolutionDataSet.SolutionProjectsRow Class

PlannerSolutionDataSet.SolutionProjectsRow Members

PortfolioAnalyses Web Service