Entity.HasAccessChecker Method
Returns a true or false depending on whether this entity has an AccessChecker MethodInstance defined for it.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function HasAccessChecker As Boolean
'Usage
Dim instance As Entity
Dim returnValue As Boolean
returnValue = instance.HasAccessChecker()
public bool HasAccessChecker()
Return Value
Type: System.Boolean
True or falset
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace