AnalysisDataSet.AnalysisProjectsRow.LOCKED Property
Gets or sets a value that specifies whether or not the project is locked.
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 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