Click or drag to resize
PFSSection Properties

The PFSSection type exposes the following members.

Properties
  NameDescription
Public propertyItemInt32 Obsolete.
Get the section at the specified index.

Short of GetSection(Int32), as in

GetSection(sectionIndex+1);

Public propertyItemString
Get the first section with the specified name

Short of GetSection(String, Int32, Boolean) as

GetSection(sectionName, 1, false);

Public propertyItemString, Int32
Get the n'th section with the specified name

Short of GetSection(String, Int32, Boolean) as

GetSection(sectionName, sectionNameIndex+1, false);

Public propertyName
Name of section.
Top
See Also