BizPrivilege Class

The BizPrivilege class contains methods that you can use to manage privileges for an organization.

There are no properties for this class.

For more information about using XML, see XML Document Object Model.

  System.Object

   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.Services.Protocols.WebClientProtocol
            System.Web.Services.Protocols.HttpWebClientProtocol
               System.Web.Services.Protocols.SoapHttpClientProtocol
                  BizPrivilege
[Visual Basic .NET]
Public Class BizPrivilege
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class BizPrivilege : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class BizPrivilege: public System.Web.Services.Protocols.SoapHttpClientProtocol

The BizPrivilege class exposes the following methods:

Method Description
RetrievePrivilegeSet Retrieves all the privileges defined in the deployment.
RetrieveUserPrivileges Retrieves all the privileges a user has through his or her roles in the specified business unit.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.