PFSSectionItem 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 sectionName,
int sectionNameIndex
] { get; }
Public ReadOnly Default Property Item (
sectionName As String,
sectionNameIndex As Integer
) As PFSSection
Get
public:
property PFSSection^ default[String^ sectionName, int sectionNameIndex] {
PFSSection^ get (String^ sectionName, int sectionNameIndex);
}
member Item : PFSSection with get
Parameters
- sectionName
- Type: SystemString
Name of section to get - sectionNameIndex
- Type: SystemInt32
Index of section with name to get. 0-based
Return Value
Type:
PFSSectionPFSSection, null if not found.
See Also