CoAuthor.IsMe Property

Definition

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.

Applies to