Share via


WebReference.DynamicPropName Property

Gets a property name from the Web site configuration.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
ReadOnly Property DynamicPropName As String
string DynamicPropName { get; }
property String^ DynamicPropName {
    String^ get ();
}
abstract DynamicPropName : string with get
function get DynamicPropName () : String

Property Value

Type: System.String
A property name from the configuration.

Remarks

This property gets a property name from the <appSettings> section of the Web site's Web.config file. An empty string is returned if the property name is not used in the <appSettings> section of the Web.config file.

.NET Framework Security

See Also

Reference

WebReference Interface

VsWebSite Namespace