This read/write property returns and sets the configuration of the assembly. The value "Retail" is predefined, and would be the configuration provided by the assembly cache manager's binding services if no specific configuration is requested. Otherwise, the configuration may be set to any string value.
[Visual Basic] Overridable Public Property Configuration As String [C#] public string Configuration {virtual get; virtual set;} [C++] public: __property virtual String* get_Configuration(); public: __property virtual void set_Configuration(String*); [JScript] public function get Configuration() : String; public function set Configuration(String);
Read/write. Returns and sets the configuration of the assembly.
AssemblyName Class | AssemblyName Members | System.Reflection Namespace