AccessDeniedException.SecurableObjectType Property
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.