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