ConnectedServiceHandlerHelper.TokenReplacementValues Property

Definition

Gets a dictionary of token replacement key and values that will be used to replace tokens in AddFilesAsync and PerformTokenReplacement.

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

Property Value

Returns IDictionary<TKey, TValue>.

Applies to