Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Fichier source

Espace de nom : Developpez.Dotnet.System
Assembly : Developpez.Dotnet.System (dans Developpez.Dotnet.System.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
public string Source { get; private set; }
Visual Basic (Déclaration)
Public Property Source As String
	Get
	Private Set
Visual C++
public:
property String^ Source {
	String^ get ();
	private: void set (String^ value);
}

Voir aussi