Share via


WebPart.Subtitle Property

Gets a value that specifies a string that is concatenated with the Title property value to form a complete title for a Web Part.

Namespace:  Microsoft.SharePoint.Client.WebParts
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Subtitle As String
    Get
'Usage
Dim instance As WebPart
Dim value As String

value = instance.Subtitle
[RemoteAttribute]
public string Subtitle { get; }

Property Value

Type: System.String
Returns a String instance representing the string that is concatenated with the Title property value to form a complete title for a Web Part.

Remarks

The default value is an empty string (“”).

See Also

Reference

WebPart Class

WebPart Members

Microsoft.SharePoint.Client.WebParts Namespace