| 
            
              LogicalParserFileName Property
             | 
          
        
        
          Note: This API is now obsolete.
        
        
            Gets or sets the file path (not just the name) of the PQDIF file to be parsed.
            Obsolete in favor of 
FilePath.
            
 
        
        Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
Syntax[ObsoleteAttribute("Property is deprecated. Please use FilePath instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public string FileName { get; set; }<ObsoleteAttribute("Property is deprecated. Please use FilePath instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Property FileName As String
	Get
	Setpublic:
[ObsoleteAttribute(L"Property is deprecated. Please use FilePath instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
property String^ FileName {
	String^ get ();
	void set (String^ value);
}[<ObsoleteAttribute("Property is deprecated. Please use FilePath instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member FileName : string with get, setfunction get_FileName();
function set_FileName(value);
 View SourceProperty Value
String
See Also