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!

AppDomainFlags.Configuration

Used to get or set the assembly cache manager's CONFIG variable. The value "Retail" is predefined, and would be the configuration provided by the assembly binding services if no specific configuration is requested. Otherwise, the configuration may be set to any string value.

[Visual Basic]
Public Shared ReadOnly Configuration As String
[C#]
public static readonly string Configuration;
[C++]
public: static readonly String* Configuration;
[JScript]
public static var Configuration : String;

Remarks

This member will be removed in a future release.

See Also

AppDomainFlags Class | AppDomainFlags Members | System Namespace