StageCreationInformation.CheckInRequired property
Gets or sets a value that indicates whether project check in is required.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property CheckInRequired As Boolean
Get
Set
'Usage
Dim instance As StageCreationInformation
Dim value As Boolean
value = instance.CheckInRequired
instance.CheckInRequired = value
[RemoteAttribute]
public bool CheckInRequired { get; set; }
Property value
Type: System.Boolean
True if project check in is required; otherwise, False.
See also
Reference
StageCreationInformation class