TableOfAuthorities.EntrySeparator Property
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.
Returns or sets the characters (up to five) that separate a table of authorities entry and its page number.
public:
property System::String ^ EntrySeparator { System::String ^ get(); void set(System::String ^ value); };
public string EntrySeparator { get; set; }
member this.EntrySeparator : string with get, set
Public Property EntrySeparator As String
Property Value
Remarks
The default entry separator is a tab character with a dotted leader.
The EntrySeparator property corresponds to the \e switch for a TOA (Table of Authorities) field.