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