PlannerSolutionDataSet.SolutionProjectsRow.FORCE_ALIAS_LT_STRUCT_UID Property

Gets or sets the GUID for 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_STRUCT_UID As Guid
    Get
    Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectsRow
Dim value As Guid

value = instance.FORCE_ALIAS_LT_STRUCT_UID

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

Property Value

Type: System.Guid
Returns Guid.

See Also

Reference

PlannerSolutionDataSet.SolutionProjectsRow Class

PlannerSolutionDataSet.SolutionProjectsRow Members

PortfolioAnalyses Web Service