SkillFeatureMapValue.MapView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the IReadOnlyDictionary<K, V> used at creation as an object.
public:
property System::Object ^ MapView { System::Object ^ get(); };
public object MapView { get; }
member this.MapView : obj
Public ReadOnly Property MapView As Object
Property Value
The IReadOnlyDictionary<K, V> used at creation.
Implements
Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureMapValue.MapView