FileValueFilePath Property  | 
 
            Gets the file path.
            
 
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string FilePath { get; }Public ReadOnly Property FilePath As String
	Get
public:
property String^ FilePath {
	String^ get ();
}member FilePath : string with get
Property Value
Type: 
String
            The file path.
            
See Also