AttributeAuditDetail.NewValue Property

Definition

Gets or sets a collection of new values for an entity attribute.

public:
 property Microsoft::Xrm::Sdk::Entity ^ NewValue { Microsoft::Xrm::Sdk::Entity ^ get(); void set(Microsoft::Xrm::Sdk::Entity ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Entity NewValue { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.NewValue : Microsoft.Xrm.Sdk.Entity with get, set
Public Property NewValue As Entity

Property Value

The collection of new values for an entity attribute.

Attributes

Remarks

You can access the individual attribute values in the Entity.Attributes collection.

Applies to