Gets or sets the activation e-mail sent message.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string ActivationEmailSentMessage { get; set; }
Visual Basic
Public Property ActivationEmailSentMessage As String
	Get
	Set
Visual C++
public:
property String^ ActivationEmailSentMessage {
	String^ get ();
	void set (String^ value);
}
F#
member ActivationEmailSentMessage : string with get, set

Property Value

Type: String

See Also