Id Property

SimpleEssentials

CustomCampaign..::..Id Property

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

Syntax


public int Id { get; set; }
Public Property Id As Integer
	Get
	Set
public:
property int^ Id {
	int^ get ();
	void set (int^ value);
}