BaseXsltDataWebPart.ShouldSerializeDefault method

Returns a value that indicates whether the Default property should be serialized.

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

Syntax

'Declaration
Public Function ShouldSerializeDefault As Boolean
'Usage
Dim instance As BaseXsltDataWebPart
Dim returnValue As Boolean

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

Return value

Type: System.Boolean
true if the Default property should be serialized; otherwise, false.

Remarks

This method returns true if the Default property is not null and not empty.

See also

Reference

BaseXsltDataWebPart class

BaseXsltDataWebPart members

Microsoft.SharePoint.WebPartPages namespace