'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the initial directory when browsing for a file.")> Public Property InitialDirectory As System.String
'Usage
Dim instance As NFileLookup Dim value As System.String instance.InitialDirectory = value value = instance.InitialDirectory
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the initial directory when browsing for a file.")] public System.string InitialDirectory {get; set;}