.NET Framework Class Library for Silverlight
FileDialogFileInfo..::.Name Property
Gets the file name and extension of the current file.
Namespace:
System.Windows.Controls Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public ReadOnly Property Name As String
Dim instance As FileDialogFileInfo
Dim value As String
value = instance.Name
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
public function get Name () : String
Property Value
Type:
System..::.String
The file name and extension of the current file.
Folder information for the file is not returned.
Reference