| 
            
              WindowsIniFileFileName Property
             | 
          
        
        
            File name of the INI file.
            
        
        Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic string FileName { get; set; }Public Property FileName As String
	Get
	Set
public:
virtual property String^ FileName {
	String^ get () sealed;
	void set (String^ value) sealed;
}abstract FileName : string with get, set
override FileName : string with get, set
function get_FileName();
function set_FileName(value);
 View SourceProperty Value
StringImplements
IIniFileFileName
See Also