PFSFileItem Property (String) |
Return a reference to the first instance of a specific target name of a parameter file.
Short version of GetTarget(String, Int32)
with
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic PFSSection this[
string targetName
] { get; }
Public ReadOnly Default Property Item (
targetName As String
) As PFSSection
Get
public:
property PFSSection^ default[String^ targetName] {
PFSSection^ get (String^ targetName);
}
member Item : PFSSection with get
Parameters
- targetName
- Type: SystemString
Name of target to get
Property Value
Type:
PFSSection
See Also