Freigeben über


WebPart.TitleUrl-Eigenschaft

Gets or sets a value that specifies a URL to supplemental information about a Web Part.

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

Syntax

'Declaration
Public Property TitleUrl As String
    Get
    Set
'Usage
Dim instance As WebPart
Dim value As String

value = instance.TitleUrl

instance.TitleUrl = value
public string TitleUrl { get; set; }

Eigenschaftswert

Typ: System.String
Returns a String instance representing a URL to supplemental information about a Web Part.

Hinweise

If this property is set to ein Nullverweis (Nothing in 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.

Siehe auch

Referenz

WebPart Klasse

WebPart-Member

Microsoft.SharePoint.Client.WebParts-Namespace