EntityMembersGetCriteria.IncludeUnchangedValue 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.
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