AnalysisDataSet.AnalysisProjectsRow.LOCKED property
Gets or sets a value that specifies whether or not the project is locked.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LOCKED As Byte
Get
Set
'Usage
Dim instance As AnalysisDataSet.AnalysisProjectsRow
Dim value As Byte
value = instance.LOCKED
instance.LOCKED = value
public byte LOCKED { get; set; }
Property value
Type: System.Byte
Returns Byte.
Remarks
If it is locked, its start date cannot be moved during resource planning.
See also
Reference
AnalysisDataSet.AnalysisProjectsRow class