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
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Subtitle As String
Get
'Usage
Dim instance As WebPart
Dim value As String
value = instance.Subtitle
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 (“”).