AddFileOptions.AdditionalReplacementValues Property

Definition

Gets or sets a dictionary of key/value pairs that will be used to replace tokens in the file. These values are additional to the values in TokenReplacementValues. In the case of conflicts, the values specified in AdditionalReplacementValues will override the TokenReplacementValues.

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

Property Value

Returns IDictionary<TKey, TValue>.

Applies to