WebPart.Title - Propriété
Gets or sets a value that specifies the title of 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 Property Title As String
Get
Set
'Utilisation
Dim instance As WebPart
Dim value As String
value = instance.Title
instance.Title = value
public string Title { get; set; }
Valeur de propriété
Type : System.String
Returns a String instance representing the title of a Web Part.
Remarques
If this property is set to une référence Null (Rien dans Visual Basic), the title of the Web Part must instead be reset to its default value if one is specified in the Web Part’s definition.