Gets or sets a value indicating number of hours before edit notifications are active again.

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

Syntax

C#
public int NotificationsOnEditDelay { get; set; }
Visual Basic
Public Property NotificationsOnEditDelay As Integer
	Get
	Set
Visual C++
public:
property int NotificationsOnEditDelay {
	int get ();
	void set (int value);
}
F#
member NotificationsOnEditDelay : int with get, set

Property Value

Type: Int32

See Also