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


In This Topic
    TargetObject Property (ObjectNotFoundException)
    In This Topic
    The OID.ClassID of the requested object
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TargetObject As String
    public string TargetObject {get;}
    public:
    property String^ TargetObject {
       String^ get();
    }
    See Also