|   | 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.
            
 GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
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);
Property Value
String See Also
See Also