[This is preliminary documentation and is subject to change.]
Returns installed package manifest by name or null
Namespace: NFX.IO.FileSystem.PackagingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IConfigSectionNode this[
string name
] { get; }
public IConfigSectionNode this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As IConfigSectionNode
Get
Public ReadOnly Default Property Item (
name As String
) As IConfigSectionNode
Get
public:
property IConfigSectionNode^ default[String^ name] {
IConfigSectionNode^ get (String^ name);
}
public:
property IConfigSectionNode^ default[String^ name] {
IConfigSectionNode^ get (String^ name);
}
member Item : IConfigSectionNode with get
member Item : IConfigSectionNode with get
Property Value
Type:
IConfigSectionNode