SynchronizationSetting.DidSave Property

Definition

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

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

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to