PlannerSolutionDataSet.SolutionProjectsRow.LOCKED property
Gets the value that specifies whether the project is locked or not.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LOCKED As Byte
Get
Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectsRow
Dim value As Byte
value = instance.LOCKED
instance.LOCKED = value
public byte LOCKED { get; set; }
Property value
Type: System.Byte
Returns Byte.
See also
Reference
PlannerSolutionDataSet.SolutionProjectsRow class