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