DateConverter.ConstrainToProjectRange Property
Namespace: Microsoft.Office.Project.Conversion
Assembly: Microsoft.Office.Project.Shared (in Microsoft.Office.Project.Shared.dll)
Syntax
'Declaration
Public Property ConstrainToProjectRange As Boolean
Get
Set
'Usage
Dim instance As DateConverter
Dim value As Boolean
value = instance.ConstrainToProjectRange
instance.ConstrainToProjectRange = value
public bool ConstrainToProjectRange { get; set; }
Property Value
Type: System.Boolean