Share via


Configuration Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets assembly configuration information.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property Configuration As String
public string Configuration { get; }
public:
property String^ Configuration {
    String^ get ();
}
member Configuration : string with get
function get Configuration () : String

Property Value

Type: System. . :: . .String
A string containing the assembly configuration information.

.NET Framework Security

See Also

Reference

AssemblyConfigurationAttribute Class

System.Reflection Namespace