See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Get the file that is to be edited.
Namespace: NTier.Designer.FormsAssembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public string FileName { get; private set; } |
| Visual Basic |
|---|
Public Property FileName As String Get Private Set |
| Visual C++ |
|---|
public: property String^ FileName { String^ get (); private: void set (String^ value); } |