Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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