Comment.Contact 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.
Returns a CoAuthor object that represents the author of the specified comment. Read-only.
public:
property Microsoft::Office::Interop::Word::CoAuthor ^ Contact { Microsoft::Office::Interop::Word::CoAuthor ^ get(); };
public Microsoft.Office.Interop.Word.CoAuthor Contact { get; }
member this.Contact : Microsoft.Office.Interop.Word.CoAuthor
Public ReadOnly Property Contact As CoAuthor