|
IIniFileFileName Property
|
File name of the INI file.
Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
Syntaxstring FileName { get; set; }
Property FileName As String
Get
Set
property String^ FileName {
String^ get ();
void set (String^ value);
}
abstract FileName : string with get, set
function get_FileName();
function set_FileName(value);
View SourceProperty Value
String
See Also