[This is preliminary documentation and is subject to change.]
Imposes a filter on tool parameter of Inventory attribute
Namespace: NFX.InventorizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$tool")]
public string Tool { get; set; }
[ConfigAttribute("$tool")]
public string Tool { get; set; }
<ConfigAttribute("$tool")>
Public Property Tool As String
Get
Set
<ConfigAttribute("$tool")>
Public Property Tool As String
Get
Set
public:
[ConfigAttribute(L"$tool")]
property String^ Tool {
String^ get ();
void set (String^ value);
}
public:
[ConfigAttribute(L"$tool")]
property String^ Tool {
String^ get ();
void set (String^ value);
}
[<ConfigAttribute("$tool")>]
member Tool : string with get, set
[<ConfigAttribute("$tool")>]
member Tool : string with get, set
Property Value
Type:
String