ModuleInfo.Arguments Property

Definition

Gets a container for name/value pairs.

public:
 property System::Collections::IDictionary ^ Arguments { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary Arguments { get; }
member this.Arguments : System.Collections.IDictionary
Public ReadOnly Property Arguments As IDictionary

Property Value

An IDictionary interface for storing name/value pairs.

Remarks

The ModuleProvider object can pass the IDictionary interface to client modules.

Applies to