'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets the OpenFileDialog's CheckPathExists property.")> Public Property CheckPathExists As System.Boolean
'Usage
Dim instance As NFileLookup Dim value As System.Boolean instance.CheckPathExists = value value = instance.CheckPathExists
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets the OpenFileDialog's CheckPathExists property.")] public System.bool CheckPathExists {get; set;}