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