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