NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WfcInstallContext.Parameters

Contains command-line arguments passed to the TBD that is using this WfcInstallContext.

[Visual Basic]
Overridable Public ReadOnly Property Parameters As StringDictionary
[C#]
public StringDictionary Parameters {override get;}
[C++]
public: __property virtual StringDictionary* get_Parameters();
[JScript]
public function get Parameters() : StringDictionary;

Remarks

Key is of type string, Value also of type string

See Also

WfcInstallContext Class | WfcInstallContext Members | System.Configuration.Install Namespace