Fields.Locked Property

Determines if all fields in the Fields collection are locked.

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

Syntax

'Declaration
Property Locked As Integer
    Get
    Set
'Usage
Dim instance As Fields
Dim value As Integer

value = instance.Locked

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

Property Value

Type: System.Int32

Remarks

This property returns True if all fields in the Fields collection are locked, and False if not.

See Also

Reference

Fields Interface

Fields Members

Microsoft.Office.Interop.Word Namespace