Description Property

SimpleEssentials

CustomCampaign..::..Description Property

Namespace:  SimpleEssentials.Console.Models
Assembly:  SimpleEssentials.Console (in SimpleEssentials.Console.exe)

Syntax


public string Description { get; set; }
Public Property Description As String
	Get
	Set
public:
property String^ Description {
	String^ get ();
	void set (String^ value);
}