ShareAuditDetail.OldPrivileges Property
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.
Gets or sets the privileges of the user before a change.
public:
property Microsoft::Crm::Sdk::Messages::AccessRights OldPrivileges { Microsoft::Crm::Sdk::Messages::AccessRights get(); void set(Microsoft::Crm::Sdk::Messages::AccessRights value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.AccessRights OldPrivileges { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.OldPrivileges : Microsoft.Crm.Sdk.Messages.AccessRights with get, set
Public Property OldPrivileges As AccessRights
Property Value
The privileges of the user before a change.
- Attributes
Remarks
Returns null
in a few cases.