Gets the name of the file.
Namespace:
CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.6.0.0
Syntax
| C# |
|---|
public string FileName { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property FileName As String |
| Visual C++ |
|---|
public: property String^ FileName { String^ get (); } |