Click or drag to resize

PFSTargetItem Property (String)

Get the first section with name NodeName

Short of GetSection(String, Int32) as

GetSection(nodeName, 1)

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

Parameters

nodeName
Type: SystemString
Name of section to get

Property Value

Type: PFSSection
See Also