Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorage.ReadOnly

TElOneDriveDataStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if the access to the remote storage is read-only.

Declaration

[C#]
    bool ReadOnly;

[VB.NET]
    Property ReadOnly As Boolean

[Pascal]
    property ReadOnly: boolean;

[C++]
    bool get_ReadOnly();
    void set_ReadOnly(bool Value);

[PHP]
    bool get_ReadOnly()
    void set_ReadOnly(bool $Value)

[Java]
    boolean getReadOnly();
    void setReadOnly(boolean Value);

Description

    Set this property to True to force the component fetching the remote data objects with read-only permissions. The default value is False.

See also:     Overwrite    

Discuss this help topic in SecureBlackbox Forum