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