Gets or sets the conflict (C) flag
Defined in RFC 4795.
public bool IsConflict { get; set; }
Public Property IsConflict As Boolean
Get
Set
public:
property bool IsConflict {
bool get ();
void set (bool value);
}
member IsConflict : bool with get, set