|   | LogicalParserFilePath Property | 
        
        
            Gets or sets the file path of the PQDIF file to be parsed.
            
        
        Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string FilePath { get; set; }Public Property FilePath As String
	Get
	Set
public:
property String^ FilePath {
	String^ get ();
	void set (String^ value);
}member FilePath : string with get, set
function get_FilePath();
function set_FilePath(value);
Property Value
String See Also
See Also