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.]
Définit la valeur d'une propriété dans une section donnée.
Pour n'indiquer aucune section, passer une chaine vide.
Si la section n'existe pas, elle est créée
Espace de nom : Developpez.Dotnet.ConfigurationAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public void SetValue( string section, string key, string value ) |
Visual Basic (Déclaration) |
---|
Public Sub SetValue ( _ section As String, _ key As String, _ value As String _ ) |
Visual C++ |
---|
public: void SetValue( String^ section, String^ key, String^ value ) |
Paramètres
- section
- Type: System..::..String
Nom de la section, ou une chaine vide
- key
- Type: System..::..String
Nom de la propriété
- value
- Type: System..::..String
Valeur de la propriété