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)
Available in Sandboxed Solutions: No
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.