AttributeAuditDetail.InvalidNewValueAttributes 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.
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