| MOVEitFileInfoName Property | 
            The name of this file.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic string Name { get; }Public ReadOnly Property Name As String
	Get
public:
property String^ Name {
	String^ get ();
}Property Value
Type: 
String Remarks
Remarks
            In folders where "enforce unique
            filenames" is turned off, this will generally be a combination of the original
            file name and the file ID.
            
 See Also
See Also