Edit

CloneOptions.OverrideParameters Property

Definition

Key value pairs where the key value is overridden by the value.

[System.Runtime.Serialization.DataMember(Name="overrideParameters")]
public System.Collections.Generic.Dictionary<string,string> OverrideParameters { get; set; }
public System.Collections.Generic.Dictionary<string,string> OverrideParameters { get; set; }
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="overrideParameters")]
public System.Collections.Generic.Dictionary<string,string> OverrideParameters { get; set; }
member this.OverrideParameters : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property OverrideParameters As Dictionary(Of String, String)

Property Value

Attributes

Applies to