See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get the name of the xml file that contains the project data.
Namespace: NTier.Designer.BusinessAssembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public virtual string XmlFileName { get; private set; } |
| Visual Basic |
|---|
Public Overridable Property XmlFileName As String
Get
Private Set |
| Visual C++ |
|---|
public:
virtual property String^ XmlFileName {
String^ get ();
private: void set (String^ value);
} |
Property Value
Type:
String
See Also