Click or drag to resize

PFSSectionItem Property (String)

Get the first section with the specified name

Short of GetSection(String, Int32, Boolean) as

GetSection(sectionName, 1, false);

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public PFSSection this[
	string sectionName
] { get; }

Parameters

sectionName
Type: SystemString
Name of section to get

Return Value

Type: PFSSection
PFSSection, null if not found.
See Also