BaseXsltDataWebPart.ShouldSerializeDisplayName method

Returns a value that indicates whether the Display Name property differs from its default value.

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

Syntax

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

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

Return value

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

Remarks

true if the user has special privileges on the Web Part; otherwise, false.

See also

Reference

BaseXsltDataWebPart class

BaseXsltDataWebPart members

Microsoft.SharePoint.WebPartPages namespace