CoAuthoring.Me Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a CoAuthor object that represents the current user.
public:
property Microsoft::Office::Interop::Word::CoAuthor ^ Me { Microsoft::Office::Interop::Word::CoAuthor ^ get(); };
public Microsoft.Office.Interop.Word.CoAuthor Me { get; }
member this.Me : Microsoft.Office.Interop.Word.CoAuthor
Public ReadOnly Property Me As CoAuthor
Property Value
A CoAuthor object that represents the current user.
Remarks
Read-only.