adTempus API
ArcanaDevelopment.adTempus.Client Namespace / IllegalObjectReassignmentException Class / SourceObject Property


In This Topic
    SourceObject Property (IllegalObjectReassignmentException)
    In This Topic
    The object that resulted in the exception.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SourceObject As ADTObject
    public ADTObject SourceObject {get;}
    public:
    property ADTObject^ SourceObject {
       ADTObject^ get();
    }
    See Also