_CardView.LockUserChanges Property

Returns or sets a Boolean (bool in C#) value 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
<DispIdAttribute()> _
Property LockUserChanges As Boolean
    Get
    Set
'Usage
Dim instance As _CardView
Dim value As Boolean

value = instance.LockUserChanges

instance.LockUserChanges = value
[DispIdAttribute()]
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.

See Also

Reference

_CardView Interface

_CardView Members

Microsoft.Office.Interop.Outlook Namespace