StageCreationInformation.CheckInRequired property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property CheckInRequired As Boolean
Get
Set
'Usage
Dim instance As StageCreationInformation
Dim value As Boolean
value = instance.CheckInRequired
instance.CheckInRequired = value
public bool CheckInRequired { get; set; }
Property value
Type: System.Boolean
See also
Reference
StageCreationInformation class