SkillFeatureMapValue.MapView Property

Definition

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

Object

The IReadOnlyDictionary<K, V> used at creation.

Implements

Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureMapValue.MapView

Applies to