CoAuthLocks.Item[Int32] Property

Definition

Returns an individual CoAuthLocks object in a collection.

public:
 property Microsoft::Office::Interop::Word::CoAuthLock ^ default[int] { Microsoft::Office::Interop::Word::CoAuthLock ^ get(int Index); };
public Microsoft.Office.Interop.Word.CoAuthLock this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Interop.Word.CoAuthLock
Default Public ReadOnly Property Item(Index As Integer) As CoAuthLock

Parameters

Index
Int32

The individual object to be returned.

Property Value

Returns CoAuthLock.

Applies to