adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ADTObject Class / IsReadOnly Property


In This Topic
    IsReadOnly Property (ADTObject)
    In This Topic
    Indicates whether this object is read-only. Indicates whether this object is read-only.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property IsReadOnly As Boolean
    public override bool IsReadOnly {get;}
    public:
    property bool IsReadOnly {
       bool get() override;
    }
    Remarks
    IsReadOnly is True if the DataContext to which the object belongs is read-only. Attempting to modify or delete an object marked read-only will produce a ReadOnlyException.IsReadOnly is True if the DataContext to which the object belongs is read-only. Attempting to modify or delete an object marked read-only will produce a ReadOnlyException.
    See Also