adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / PermissionDeniedException Class / TargetObject Property


In This Topic
    TargetObject Property (PermissionDeniedException)
    In This Topic
    The name of the object that the error relates to
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property TargetObject As String
    [CanBeNull()]
    public string TargetObject {get;}
    [CanBeNull()]
    public:
    property String^ TargetObject {
       String^ get();
    }
    Remarks
    This value is not always set and may return an empty string.
    See Also