RecentFile.ReadOnly Property
True if changes to the document cannot be saved to the original document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ReadOnly As Boolean
Get
Set
'Usage
Dim instance As RecentFile
Dim value As Boolean
value = instance.ReadOnly
instance.ReadOnly = value
bool ReadOnly { get; set; }
Property Value
Type: System.Boolean