Table of Contents

Property Payload

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

Payload

Gets the original text content of this partition. This property provides access to the text segment that this partition represents.

public override string Payload { get; }

Property Value

string

Remarks

This override returns exactly the same text content as the Text property.