WebReference.DynamicPropName Property

 

Gets a property name from the Web site configuration.

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

Syntax

string DynamicPropName { get; }
property String^ DynamicPropName {
    String^ get();
}
abstract DynamicPropName : string with get
ReadOnly Property DynamicPropName As 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.

See Also

WebReference Interface
VsWebSite Namespace

Return to top