[This is preliminary documentation and is subject to change.]
When true, inventorizes ONLY items that have have Inventory attribute applied.
Even if this property is false but some other inventory filter specified, then an item must be Inventory-tagged to be included
Namespace: NFX.InventorizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$attributed", Default = true)]
public bool OnlyAttributed { get; set; }
[ConfigAttribute("$attributed", Default = true)]
public bool OnlyAttributed { get; set; }
<ConfigAttribute("$attributed", Default := true)>
Public Property OnlyAttributed As Boolean
Get
Set
<ConfigAttribute("$attributed", Default := true)>
Public Property OnlyAttributed As Boolean
Get
Set
public:
[ConfigAttribute(L"$attributed", Default = true)]
property bool OnlyAttributed {
bool get ();
void set (bool value);
}
public:
[ConfigAttribute(L"$attributed", Default = true)]
property bool OnlyAttributed {
bool get ();
void set (bool value);
}
[<ConfigAttribute("$attributed", Default = true)>]
member OnlyAttributed : bool with get, set
[<ConfigAttribute("$attributed", Default = true)>]
member OnlyAttributed : bool with get, set
Property Value
Type:
Boolean