FileData::Name Property

Gets the name of the file, with no path information.

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

public:
property String^ Name {
	String^ get ();
}

Property Value

Type: System::String
The name of the file.
Show: