IModuleInfoFilePath Property |
Gets or sets the file path.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string FilePath { get; set; }
Property FilePath As String
Get
Set
property String^ FilePath {
String^ get ();
void set (String^ value);
}
abstract FilePath : string with get, set
Property Value
Type:
String
The file path.
See Also