EntityMembersGetCriteria.IncludeUnchangedValue Property

Definition

Specifies whether to combine the pending changes with the existing attribute values. The element can only be set to "true" when the ChangesetId is specified.

public:
 property bool IncludeUnchangedValue { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public bool IncludeUnchangedValue { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.IncludeUnchangedValue : bool with get, set
Public Property IncludeUnchangedValue As Boolean

Property Value

true if the member includes unchanged value; otherwise, false.

Attributes

Applies to