Gets or sets the truncated response (TC) flag
Defined in RFC 6762.
public bool IsTruncated { get; set; }Public Property IsTruncated As Boolean
Get
Setpublic:
property bool IsTruncated {
bool get ();
void set (bool value);
}member IsTruncated : bool with get, set