ScriptDescriptorComponentTypeAttribute.IsDefaultAttribute method
Returns true if ComponentType is default. The default value is null.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides Function IsDefaultAttribute As Boolean
'Usage
Dim instance As ScriptDescriptorComponentTypeAttribute
Dim returnValue As Boolean
returnValue = instance.IsDefaultAttribute()
public override bool IsDefaultAttribute()
Return value
Type: System.Boolean
See also
Reference
ScriptDescriptorComponentTypeAttribute class