recls C# mapping

FileEntry.IsReadOnly Property

Indicates whether the entry is readonly

[Visual Basic]
Public ReadOnly Property IsReadOnly As Boolean
[C#]
public bool IsReadOnly {get;}

Property Value

Indicates whether the entry is readonly

Remarks

This property indicates whether the entry is readonly. Files and directories express this property, but other types may not

See Also

FileEntry Class | recls Namespace