INIFile.FileName Property

QsInformatica.Utils

INIFileFileName Property

Imposta o restituisce il nome del file contenente le impostazioni.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public string FileName { get; set; }
Public Property FileName As String
	Get
	Set
public:
property String^ FileName {
	String^ get ();
	void set (String^ value);
}
member FileName : string with get, set

Property Value

Type: String
See Also