AttributeAuditDetail.DeletedAttributes Property

Definition

Gets a list of deleted attributes.

public:
 property System::Collections::Generic::Dictionary<int, System::String ^> ^ DeletedAttributes { System::Collections::Generic::Dictionary<int, System::String ^> ^ get(); };
[System.Runtime.Serialization.DataMember(Order=60)]
public System.Collections.Generic.Dictionary<int,string> DeletedAttributes { get; }
[<System.Runtime.Serialization.DataMember(Order=60)>]
member this.DeletedAttributes : System.Collections.Generic.Dictionary<int, string>
Public ReadOnly Property DeletedAttributes As Dictionary(Of Integer, String)

Property Value

A dictionary containing the deleted attributes.

Attributes

Applies to