Share via


SPUserCodeWebPart.Subtitle Property

Gets the subtitle of the SPUserCodeWebPart.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Overrides ReadOnly Property Subtitle As String
    Get
'Usage
Dim instance As SPUserCodeWebPart
Dim value As String

value = instance.Subtitle
public override string Subtitle { get; }

Property Value

Type: System.String
The subtitle of the SPUserCodeWebPart.

Implements

IWebPart.Subtitle

See Also

Reference

SPUserCodeWebPart Class

SPUserCodeWebPart Members

Microsoft.SharePoint.WebPartPages Namespace