Click or drag to resize

LoadFileSettingsEntityTypeHitList Property

INTERNAL USE ONLY, populated by method Initialize(String, Boolean). Want a field that has a list of all Entity types (deduped) it hit on, preferably semi colon delimited ie. IPv4Address;IPv6Address

Namespace: OpenDiscoverSDK.Interfaces.Platform.LoadFile
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[JsonPropertyNameAttribute("EntityTypeHitList")]
public KeyValuePair<string, string>? EntityTypeHitList { get; set; }

Property Value

NullableKeyValuePairString, String
See Also