TableOfAuthorities.Category 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 category of entries to be included in a table of authorities.
public:
property int Category { int get(); void set(int value); };
public int Category { get; set; }
member this.Category : int with get, set
Public Property Category As Integer
Property Value
Remarks
The Category property corresponds to the \c switch for a TOA field. Values 1 through 16 correspond to the items in the Category list on the Table of Authorities tab in the Index and Tables dialog box.
Note The number 0 (zero), which corresponds to all categories, cannot be used with this property. You can, however, use 0 to specify all categories when you're inserting a table of authorities.