Web part subtitle (Default: String.Empty).

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

Syntax

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

Property Value

Type: String

Implements

IWebPart..::..Subtitle

See Also