Share via


CoAuthor.Locks Property

Gets a CoAuthLocks collection that represents the locks in the document that are associated with the specified co-author.

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

Syntax

'Declaration
ReadOnly Property Locks As CoAuthLocks
    Get
'Usage
Dim instance As CoAuthor
Dim value As CoAuthLocks

value = instance.Locks
CoAuthLocks Locks { get; }

Property Value

Type: Microsoft.Office.Interop.Word.CoAuthLocks
A CoAuthLocks collection that represents the locks in the document that are associated with the specified co-author.

Remarks

Read-only.

See Also

Reference

CoAuthor Interface

CoAuthor Members

Microsoft.Office.Interop.Word Namespace