[This is preliminary documentation and is subject to change.]
Gets package manifests
Namespace: NFX.IO.FileSystem.PackagingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IEnumerable<IConfigSectionNode> PackageManifests { get; }
public IEnumerable<IConfigSectionNode> PackageManifests { get; }
Public ReadOnly Property PackageManifests As IEnumerable(Of IConfigSectionNode)
Get
Public ReadOnly Property PackageManifests As IEnumerable(Of IConfigSectionNode)
Get
public:
property IEnumerable<IConfigSectionNode^>^ PackageManifests {
IEnumerable<IConfigSectionNode^>^ get ();
}
public:
property IEnumerable<IConfigSectionNode^>^ PackageManifests {
IEnumerable<IConfigSectionNode^>^ get ();
}
member PackageManifests : IEnumerable<IConfigSectionNode> with get
member PackageManifests : IEnumerable<IConfigSectionNode> with get
Property Value
Type:
IEnumerable IConfigSectionNode