PFSTargetItem Property (String, Int32) |
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic PFSSection this[
string nodeName,
int nodeIndex
] { get; }
Public ReadOnly Default Property Item (
nodeName As String,
nodeIndex As Integer
) As PFSSection
Get
public:
property PFSSection^ default[String^ nodeName, int nodeIndex] {
PFSSection^ get (String^ nodeName, int nodeIndex);
}
member Item : PFSSection with get
Parameters
- nodeName
- Type: SystemString
Name of section to get - nodeIndex
- Type: SystemInt32
Index of section with that name to get.
Property Value
Type:
PFSSection
See Also