RenameOptions.PrepareProvider 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.
Gets or sets a value indicating whether renames should be checked and tested before being executed.
public:
property bool PrepareProvider { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(Name="prepareProvider")]
public bool PrepareProvider { get; set; }
[System.Runtime.Serialization.DataMember(Name="prepareProvider")]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
public bool PrepareProvider { get; set; }
[<System.Runtime.Serialization.DataMember(Name="prepareProvider")>]
member this.PrepareProvider : bool with get, set
[<System.Runtime.Serialization.DataMember(Name="prepareProvider")>]
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
member this.PrepareProvider : bool with get, set
Public Property PrepareProvider As Boolean
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute