AttributeAuditDetail.DeletedAttributes Property

 

Applies To: Dynamics CRM 2015

Gets a list of deleted attributes.

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

Syntax

[DataMemberAttribute(Order = 60)]
public Dictionary<int, string> DeletedAttributes { get; }
public:
[DataMemberAttribute(Order = 60)]
property Dictionary<int, String^>^ DeletedAttributes {
    Dictionary<int, String^>^ get();
}
[<DataMemberAttribute(Order = 60)>]
member DeletedAttributes : Dictionary<int, string> with get
<DataMemberAttribute(Order := 60)>
Public ReadOnly Property DeletedAttributes As Dictionary(Of Integer, String)

Property Value

Type: System.Collections.Generic.Dictionary<Int32, String>

Type: Dictionary
A dictionary containing the deleted attributes.

See Also

AttributeAuditDetail Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright