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