CoAuthor.IsMe Property
Gets whether this author represents the current user.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property IsMe As Boolean
Get
'Usage
Dim instance As CoAuthor
Dim value As Boolean
value = instance.IsMe
bool IsMe { get; }
Property Value
Type: System.Boolean
true if the author represents the current user; otherwise, false.
Remarks
Read-only.