PostItemType.IsRead 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.
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.