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:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcPortfolioAnalyses namespace