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.]
Renvoie la valeur de la propriété spécifiée dans la section spécifié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 string this[ string section, string key ] { get; set; } |
Visual Basic (Déclaration) |
---|
Public Default Property Item ( _ section As String, _ key As String _ ) As String Get Set |
Visual C++ |
---|
public: property String^ default[String^ section, String^ key] { String^ get (String^ section, String^ key); void set (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é