'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the filter to be applied when the OpenFileDialog is displayed.")> Public Property FileFilter As System.String
'Usage
Dim instance As NFileLookup Dim value As System.String instance.FileFilter = value value = instance.FileFilter
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the filter to be applied when the OpenFileDialog is displayed.")] public System.string FileFilter {get; set;}