PFSSectionItem Property (String) |
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public PFSSection this[
string sectionName
] { get; }
Public ReadOnly Default Property Item (
sectionName As String
) As PFSSection
Get
public:
property PFSSection^ default[String^ sectionName] {
PFSSection^ get (String^ sectionName);
}
member Item : PFSSection with get
Parameters
- sectionName
- Type: SystemString
Name of section to get
Return Value
Type:
PFSSectionPFSSection, null if not found.
See Also