_TimelineView.LockUserChanges Property
Returns or sets a Boolean value (bool in C#) that indicates whether a user can modify the settings of the view. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property LockUserChanges As Boolean
Get
Set
'Usage
Dim instance As _TimelineView
Dim value As Boolean
value = instance.LockUserChanges
instance.LockUserChanges = value
bool LockUserChanges { get; set; }
Property Value
Type: System.Boolean
Remarks
If True, the user can modify the settings of the specified view. However, changes made to the interface will not be saved. If False (the default), any changes will be saved.