| Mike1DDataXmlBridgeFilePath Property  | 
 
            FilePath specifying the name of the persistance storage
            
 
    Namespace: 
   DHI.Mike1D.Mike1DDataAccess
    Assembly:
   DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
 Syntax
Syntaxpublic override IFilePath FilePath { get; set; }Public Overrides Property FilePath As IFilePath
	Get
	Set
public:
virtual property IFilePath^ FilePath {
	IFilePath^ get () override;
	void set (IFilePath^ value) override;
}Property Value
Type: 
IFilePathImplements
IBridgeFilePath See Also
See Also