BaseXsltListWebPart.ShouldSerializeWebId method

Indicates whether the WebId should be persisted.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function ShouldSerializeWebId As Boolean
'Usage
Dim instance As BaseXsltListWebPart
Dim returnValue As Boolean

returnValue = instance.ShouldSerializeWebId()
public bool ShouldSerializeWebId()

Return value

Type: System.Boolean
true if WebId should be persisted; otherwise, false.

Remarks

This method indicates whether the WebId should be persisted.

See also

Reference

BaseXsltListWebPart class

BaseXsltListWebPart members

Microsoft.SharePoint.WebPartPages namespace