[This is preliminary documentation and is subject to change.]
Adds nodes for InventoryAttributes
Namespace: NFX.InventorizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static void WriteInventoryAttributes(
IEnumerable<InventoryAttribute> attrs,
ConfigSectionNode root
)
public static void WriteInventoryAttributes(
IEnumerable<InventoryAttribute> attrs,
ConfigSectionNode root
)
Public Shared Sub WriteInventoryAttributes (
attrs As IEnumerable(Of InventoryAttribute),
root As ConfigSectionNode
)
Public Shared Sub WriteInventoryAttributes (
attrs As IEnumerable(Of InventoryAttribute),
root As ConfigSectionNode
)
public:
static void WriteInventoryAttributes(
IEnumerable<InventoryAttribute^>^ attrs,
ConfigSectionNode^ root
)
public:
static void WriteInventoryAttributes(
IEnumerable<InventoryAttribute^>^ attrs,
ConfigSectionNode^ root
)
static member WriteInventoryAttributes :
attrs : IEnumerable<InventoryAttribute> *
root : ConfigSectionNode -> unit
static member WriteInventoryAttributes :
attrs : IEnumerable<InventoryAttribute> *
root : ConfigSectionNode -> unit