StandardTableKeyNames.FullText Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).