PostItem.IsRead Property

Definition

Gets or sets a value that indicates whether the post item has been read.

public:
 property bool IsRead { bool get(); void set(bool value); };
public bool IsRead { get; set; }
Public Property IsRead As Boolean

Property Value

true if the post item has been read; otherwise, false.

Applies to