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