AuditDetailCollection Class
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.
Contains a collection of AuditDetail objects.
public ref class AuditDetailCollection sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix", Justification="Consistent with SDK signature.")]
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class AuditDetailCollection : System.Runtime.Serialization.IExtensibleDataObject
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix", Justification="Consistent with SDK signature.")>]
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type AuditDetailCollection = class
interface IExtensibleDataObject
Public NotInheritable Class AuditDetailCollection
Implements IExtensibleDataObject
- Inheritance
-
AuditDetailCollection
- Attributes
- Implements
Remarks
Learn to retrieve audit change history
Constructors
| AuditDetailCollection() |
Initializes a new instance of the AuditDetailCollection class. |
Properties
| AuditDetails |
Gets the |
| Count |
Indicates the number of elements in the AuditDetails collection. |
| ExtensionData |
Gets or sets the structure that contains extra data. |
| Item[Int32] |
Gets or sets the element at the specified index. |
| MoreRecords |
Indicates whether more records exist. |
| PagingCookie |
Gets or sets a paging cookie. |
| TotalRecordCount |
Gets or sets the total record count in the collection. |
Methods
| Add(AuditDetail) |
Adds an AuditDetail object to the AuditDetails collection. |