SynchronizationSetting.WillSave Property

Definition

Gets or sets a value indicating whether WillSave event is supported.

public:
 property bool WillSave { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(Name="willSave")]
public bool WillSave { get; set; }
[System.Runtime.Serialization.DataMember(Name="willSave")]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
public bool WillSave { get; set; }
[<System.Runtime.Serialization.DataMember(Name="willSave")>]
member this.WillSave : bool with get, set
[<System.Runtime.Serialization.DataMember(Name="willSave")>]
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
member this.WillSave : bool with get, set
Public Property WillSave As Boolean

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to