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!

AssemblyName.Configuration

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);

Property Value

Read/write. Returns and sets the configuration of the assembly.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace