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.
Determines whether the entity contains a default action.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function ContainsDefaultAction As Boolean
'Usage
Dim instance As Entity
Dim returnValue As Boolean
returnValue = instance.ContainsDefaultAction()
public bool ContainsDefaultAction()
Return Value
Type: System.Boolean
true if the entity contains a default action; otherwise, false.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace