Partager via


WebPart.Subtitle - Propriété

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

Espace de noms :  Microsoft.SharePoint.Client.WebParts
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Subtitle As String
    Get
'Utilisation
Dim instance As WebPart
Dim value As String

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

Valeur de propriété

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.

Remarques

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

Voir aussi

Référence

WebPart classe

WebPart - Membres

Microsoft.SharePoint.Client.WebParts - Espace de noms