Gets or sets a value indicating whether a discussion default url is enabled.

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

Syntax

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

Property Value

Type: Boolean

See Also