PlannerSolutionDataSet.SolutionProjectsRow.LOCKED Property
Gets the value that specifies whether the project is locked or not.
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 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