  | VistaFileDialogFileNames Property  | 
 
            Gets the file names of all selected files in the dialog box.
            
 
    Namespace: 
   Ookii.Dialogs.Wpf
    Assembly:
   Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string[] FileNames { get; }Public ReadOnly Property FileNames As String()
	Get
public:
property array<String^>^ FileNames {
	array<String^>^ get ();
}member FileNames : string[] with get
Property Value
Type: 
String
            An array of type 
String, containing the file names of all selected files in the dialog box.
            
See Also