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)
Syntax
'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As FileData
Dim value As String
value = instance.Name
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
/** @property */
public String get_Name ()
public function get Name () : String
Property Value
The name of the file.
See Also
Reference
FileData Class
FileData Members
Microsoft.Synchronization.Files Namespace