CoAuthor.IsMe 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 whether this author represents the current user.
public:
property bool IsMe { bool get(); };
public bool IsMe { get; }
member this.IsMe : bool
Public ReadOnly Property IsMe As Boolean
Property Value
true if the author represents the current user; otherwise, false.
Remarks
Read-only.