StandardTableKeyNames.FullText Field

Definition

The full text associated with a table-entry in the case when Text is truncated.

public: System::String ^ FullText;
std::wstring FullText;
public const string FullText;
val mutable FullText : string
Public Const FullText As String 

Field Value

Remarks

The raw value should be string.

If Text has not been truncated, then attempts to get the value for this key should fail.

If Text has been truncated, then this value should contain the all of the truncated text (along with whatever text was removed).

Applies to