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


In This Topic
    SourceObject Property (BoundaryViolationException)
    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