adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ImportedObject Class / Object Property


In This Topic
    Object Property
    In This Topic
    The imported object
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property Object As ADTObject
    [NotNull()]
    public ADTObject Object {get;}
    [NotNull()]
    public:
    property ADTObject^ Object {
       ADTObject^ get();
    }
    See Also