RolePrivilegeAuditDetail.OldRolePrivileges 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 role's old privileges.
public:
property cli::array <Microsoft::Crm::Sdk::Messages::RolePrivilege ^> ^ OldRolePrivileges { cli::array <Microsoft::Crm::Sdk::Messages::RolePrivilege ^> ^ get(); void set(cli::array <Microsoft::Crm::Sdk::Messages::RolePrivilege ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.RolePrivilege[] OldRolePrivileges { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.OldRolePrivileges : Microsoft.Crm.Sdk.Messages.RolePrivilege[] with get, set
Public Property OldRolePrivileges As RolePrivilege()
Property Value
The old privileges for the role.
- Attributes