'Declaration
<System.ComponentModel.DefaultValueAttribute("Select File:")> <System.ComponentModel.DescriptionAttribute("Gets/sets the title of the OpenFileDialog.")> Public Property Title As System.String
'Usage
Dim instance As NFileLookup Dim value As System.String instance.Title = value value = instance.Title
[System.ComponentModel.DefaultValue("Select File:")] [System.ComponentModel.Description("Gets/sets the title of the OpenFileDialog.")] public System.string Title {get; set;}