SPWebCategoryNameAttribute.IsDefaultAttribute method
Indicates whether the value of this instance is equal to the default value of the SPWebCategoryNameAttribute class.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function IsDefaultAttribute As Boolean
'Usage
Dim instance As SPWebCategoryNameAttribute
Dim returnValue As Boolean
returnValue = instance.IsDefaultAttribute()
public override bool IsDefaultAttribute()
Return value
Type: System.Boolean
true if the value of this instance is the default value; otherwise, false.
Remarks
The default value of the SPWebCategoryNameAttribute class is an instance constructed without any parameters.
See also
Reference
SPWebCategoryNameAttribute class