AttributeAuditDetail.InvalidNewValueAttributes Property

Definition

Gets a collection of attempted attribute changes that are not valid.

public:
 property Microsoft::Xrm::Sdk::DataCollection<System::String ^> ^ InvalidNewValueAttributes { Microsoft::Xrm::Sdk::DataCollection<System::String ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.DataCollection<string> InvalidNewValueAttributes { get; }
[<System.Runtime.Serialization.DataMember>]
member this.InvalidNewValueAttributes : Microsoft.Xrm.Sdk.DataCollection<string>
Public ReadOnly Property InvalidNewValueAttributes As DataCollection(Of String)

Property Value

The data collection of attempted attribute changes.

Attributes

Applies to