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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.