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