Share via


MailMergeField.Locked Property

True if the specified field is locked. When a field is locked, you cannot update the field results.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Locked As Boolean
    Get
    Set
'Usage
Dim instance As MailMergeField
Dim value As Boolean

value = instance.Locked

instance.Locked = value
bool Locked { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

MailMergeField Interface

MailMergeField Members

Microsoft.Office.Interop.Word Namespace