Click or drag to resize

PFSTargetItem Property

Overload List
  NameDescription
Public propertyItemInt32
Get index nodeIndex sub-section of this PFSSection.

Short of GetSection(Int32) as

GetSection(nodeIndex+1)

Public propertyItemString
Get the first section with name NodeName

Short of GetSection(String, Int32) as

GetSection(nodeName, 1)

Public propertyItemString, Int32
Get the index nodeIndex section with name NodeName

Short of GetSection(String, Int32) as

GetSection(nodeName, nodeIndex+1)

Top
See Also