ShareAuditDetail 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.
Represents a shared audit detail record.
public ref class ShareAuditDetail sealed : Microsoft::Crm::Sdk::Messages::AuditDetail
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class ShareAuditDetail : Microsoft.Crm.Sdk.Messages.AuditDetail
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type ShareAuditDetail = class
inherit AuditDetail
Public NotInheritable Class ShareAuditDetail
Inherits AuditDetail
- Inheritance
- Attributes
Constructors
ShareAuditDetail() |
Initializes a new instance of the
|
Properties
AuditRecord |
Gets or sets the related |
ExtensionData |
Gets or sets the structure that contains extra data. Optional. (Inherited from AuditDetail) |
NewPrivileges |
Gets or sets the privileges of the user after a change. |
OldPrivileges |
Gets or sets the privileges of the user before a change. |
Principal |
Gets or sets the security principal (user, team, or organization) that shares the audit detail record. |