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

Syntax

C#
public string ModuleType { get; }
Visual Basic
Public ReadOnly Property ModuleType As String
	Get
Visual C++
public:
virtual property String^ ModuleType {
	String^ get () sealed;
}
F#
abstract ModuleType : string with get
override ModuleType : string with get

Property Value

Type: String

Implements

IContentSharingWebPart..::..ModuleType

See Also