ScenariosGenerator.LoadSettings Method

Public Function LoadSettings( _ 
Optional ByVal fromFile As String = null _ 
) As ScenariosSettings
This language is not supported or no code example is available.
public ScenariosSettings LoadSettings( 
string fromFile = null 
)
This language is not supported or no code example is available.
public:  
ScenariosSettings^ LoadSettings( 
String^ fromFile 
)
This language is not supported or no code example is available.
public function LoadSettings( 
fromFile : String 
) : ScenariosSettings;
This language is not supported or no code example is available.

Parameters

fromFile
string

Return Value

ScenariosSettings

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition