BaseXsltDataWebPart.ShouldSerializeViewFlag method

Returns a value that indicates whether the View Flag property differs from its default value.

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

Syntax

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

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

Return value

Type: System.Boolean
true if the View Flag property differs from its default value; otherwise, false.

Remarks

The default value is Unknown.

See also

Reference

BaseXsltDataWebPart class

BaseXsltDataWebPart members

Microsoft.SharePoint.WebPartPages namespace