PostItemType.IsRead Property

Definition

The IsRead property gets or sets a Boolean value that indicates whether an 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

The IsRead property returns true if the post item has been read; otherwise, the property returns false.

Applies to