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