Gets or sets if Content Sharing Engine should use this Web part.

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

Syntax

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

Property Value

Type: Boolean

See Also