CloneOptions.OverrideParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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