Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Obtient la valeur de la propriété spécifiée dans la section spécifiée
Si la propriété n'est pas dans une section, passer une chaine vide
Espace de nom : Developpez.Dotnet.ConfigurationAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public string GetValue( string section, string key, string defaultValue ) |
Visual Basic (Déclaration) |
---|
Public Function GetValue ( _ section As String, _ key As String, _ defaultValue As String _ ) As String |
Visual C++ |
---|
public: String^ GetValue( String^ section, String^ key, String^ defaultValue ) |
Paramètres
- section
- Type: System..::..String
Nom de la section, ou une chaine vide
- key
- Type: System..::..String
Nom de la propriété
- defaultValue
- Type: System..::..String
Valeur par défaut si la propriété n'existe pas