Range.Locks Property

Definition

Gets a CoAuthLocks collection object that represents all the locks in the range.

public:
 property Microsoft::Office::Interop::Word::CoAuthLocks ^ Locks { Microsoft::Office::Interop::Word::CoAuthLocks ^ get(); };
public Microsoft.Office.Interop.Word.CoAuthLocks Locks { get; }
member this.Locks : Microsoft.Office.Interop.Word.CoAuthLocks
Public ReadOnly Property Locks As CoAuthLocks

Property Value

A CoAuthLocks collection object that represents all the locks in the range.

Remarks

Read-only. Use this property to return the CoAuthLocks collection.

Applies to