AttributeAuditDetail.InvalidNewValueAttributes Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

[DataMemberAttribute]
public DataCollection<string> InvalidNewValueAttributes { get; }
public:
[DataMemberAttribute]
property DataCollection<String^>^ InvalidNewValueAttributes {
    DataCollection<String^>^ get();
}
[<DataMemberAttribute>]
member InvalidNewValueAttributes : DataCollection<string> with get
<DataMemberAttribute>
Public ReadOnly Property InvalidNewValueAttributes As DataCollection(Of String)

Property Value

Type: Microsoft.Xrm.Sdk.DataCollection<String>

Type: DataCollection<T>
The data collection of attempted attribute changes.

See Also

AttributeAuditDetail Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright