Click or drag to resize
Grid Solutions Framework

ProcessLauncherEnvironmentalConnectionString Property

Gets or sets any needed environmental variables that should be set or updated before launching the process.

Namespace:  FileAdapters
Assembly:  FileAdapters (in FileAdapters.dll) Version: 2.2.153-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("")]
public string EnvironmentalConnectionString { get; set; }
Request Example View Source

Property Value

Type: String
See Also