Click or drag to resize

PFSTarget Properties

The PFSTarget type exposes the following members.

Properties
  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)

Public propertyName
The the name of this target.
Top
See Also