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