'Declaration
Public Property ReadOnlyRecommended As System.Boolean
public System.bool ReadOnlyRecommended {get; set;}
Remarks
Specifies that applications should provide user interface recommending
that the user open this document in write protected state.
If the user chooses to do so, the document shall be write protected,
otherwise, it shall be opened fully editable. If this property is omitted,
then user interface recommending that the user open this document in write
protected state should not be provided. If the password property is also
specified, then this setting shall be ignored.