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.
Gets the type of the object to which access was denied.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public ReadOnly Property SecurableObjectType As Type
Get
'Usage
Dim instance As AccessDeniedException
Dim value As Type
value = instance.SecurableObjectType
public Type SecurableObjectType { get; }
Property Value
Type: System.Type
The SecurableObjectType object.