ICscHostObject3.SetApplicationConfiguration(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the application configuration.
public:
bool SetApplicationConfiguration(System::String ^ applicationConfiguration);
public bool SetApplicationConfiguration (string applicationConfiguration);
abstract member SetApplicationConfiguration : string -> bool
Public Function SetApplicationConfiguration (applicationConfiguration As String) As Boolean
Parameters
- applicationConfiguration
- String
The application configuration.
Returns
true
if the method was successful; otherwise, false
.