Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.