Property Parameters
Parameters
Gets the parameter dictionary to be passed to extensible dependency provider.
Declaration
public IDictionary<string, string> Parameters { get; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, System.String> | Parameters dictionary passed to create dependency along with provider name. |