OptimizerSolutionDataSet.SolutionRow.LAST_UPDATED_BY_RES_UID property
Gets or sets the GUID of the resource that last modified the optimizer solution.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LAST_UPDATED_BY_RES_UID As Guid
Get
Set
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionRow
Dim value As Guid
value = instance.LAST_UPDATED_BY_RES_UID
instance.LAST_UPDATED_BY_RES_UID = value
public Guid LAST_UPDATED_BY_RES_UID { get; set; }
Property value
Type: System.Guid
Returns Guid.
See also
Reference
OptimizerSolutionDataSet.SolutionRow class