[This is preliminary documentation and is subject to change.]
Defines an inventory-related set of data which is used by automatic code/component discovery
such as database schema generation tools and system-global registry servers
System Object
System Attribute NFX.Inventorization InventoryAttributeNamespace: NFX.InventorizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[AttributeUsageAttribute(AttributeTargets.All, Inherited = true, AllowMultiple = true)]
public sealed class InventoryAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets.All, Inherited = true, AllowMultiple = true)]
public sealed class InventoryAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.All, Inherited := true, AllowMultiple := true)>
Public NotInheritable Class InventoryAttribute
Inherits Attribute
<AttributeUsageAttribute(AttributeTargets.All, Inherited := true, AllowMultiple := true)>
Public NotInheritable Class InventoryAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::All, Inherited = true, AllowMultiple = true)]
public ref class InventoryAttribute sealed : public Attribute
[AttributeUsageAttribute(AttributeTargets::All, Inherited = true, AllowMultiple = true)]
public ref class InventoryAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All, Inherited = true, AllowMultiple = true)>]
type InventoryAttribute =
class
inherit Attribute
end
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All, Inherited = true, AllowMultiple = true)>]
type InventoryAttribute =
class
inherit Attribute
end