Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorage.IsReadOnly

TElCompoundFileStorage     See also     


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


Specifies if the file is read-only.

Declaration

[C#]
    bool IsReadOnly;

[VB.NET]
    Property IsReadOnly As Boolean

[Pascal]
    property IsReadOnly : boolean;

[C++]
    bool get_IsReadOnly();

[PHP]
    bool get_IsReadOnly()

[Java]
    boolean getIsReadOnly();

Description

    Use this read-only property to check if the file is read-only.

See also:     FileVersion     Open    

Discuss this help topic in SecureBlackbox Forum