BoundaryDataXmlBridgeFilePath Property  | 
 
            FilePath specifying the name of the persistance storage
            
 
    Namespace: 
   DHI.Mike1D.BoundaryModule
    Assembly:
   DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
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