MessageIsFlagged Property |
Gets of Sets the value indicate where this message is flagged
Namespace:
Hummingbird.TestFramework.Messaging
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [XmlIgnoreAttribute]
[IgnoreDataMemberAttribute]
public bool IsFlagged { get; set; }
<XmlIgnoreAttribute>
<IgnoreDataMemberAttribute>
Public Property IsFlagged As Boolean
Get
Set
public:
[XmlIgnoreAttribute]
[IgnoreDataMemberAttribute]
property bool IsFlagged {
bool get ();
void set (bool value);
}
[<XmlIgnoreAttribute>]
[<IgnoreDataMemberAttribute>]
member IsFlagged : bool with get, set
Property Value
Type:
BooleanSee Also