DynamicKeywordProperty.ValueMap Property

Definition

Mapping the descriptive values to the actual values.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ ValueMap { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,string> ValueMap { get; }
member this.ValueMap : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property ValueMap As Dictionary(Of String, String)

Property Value

Applies to