FormDescription.Locked Property
Returns a Boolean (bool in C#) value that indicates True if the form cannot be modified. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Locked As Boolean
Get
Set
'Usage
Dim instance As FormDescription
Dim value As Boolean
value = instance.Locked
instance.Locked = value
[DispIdAttribute()]
bool Locked { get; set; }
Property Value
Type: System.Boolean