PostItemType.IsReadSpecified Property

Definition

The IsReadSpecified property gets or sets a Boolean value that indicates whether the IsRead property is serialized into the SOAP message. This property is required if the IsRead property is specified.

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

Property Value

The IsReadSpecified property returns true if the IsRead property is serialized in the SOAP message; otherwise, the property returns false.

Applies to