Partager via


WebReference.DynamicPropName, propriété

Obtient un nom de propriété de la configuration de site Web.

Espace de noms :  VsWebSite
Assembly :  VsWebSite.Interop (dans VsWebSite.Interop.dll)

Syntaxe

'Déclaration
ReadOnly Property DynamicPropName As String
    Get
string DynamicPropName { get; }
property String^ DynamicPropName {
    String^ get ();
}
abstract DynamicPropName : string
function get DynamicPropName () : String

Valeur de propriété

Type : System.String
Nom de propriété de la configuration.

Notes

Cette propriété obtient un nom de propriété de la section <appSettings> du fichier Web.config du site Web. Une chaîne vide est retournée si le nom de propriété n'est pas utilisé dans la section <appSettings> du fichier Web.config.

Sécurité .NET Framework

Voir aussi

Référence

WebReference Interface

VsWebSite, espace de noms