Compartir a través de


CallInfoData.AdditionalParameters Property

Definition

Gets or sets the additional parameters and data associated with the call.

public:
 property System::Collections::Generic::SortedDictionary<System::String ^, System::String ^> ^ AdditionalParameters { System::Collections::Generic::SortedDictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::SortedDictionary<System::String ^, System::String ^> ^ value); };
public System.Collections.Generic.SortedDictionary<string,string> AdditionalParameters { get; set; }
member this.AdditionalParameters : System.Collections.Generic.SortedDictionary<string, string> with get, set
Public Property AdditionalParameters As SortedDictionary(Of String, String)

Property Value

Remarks

Use this to store additional data or information beyond what the base object contains.

Applies to