Share via


BizPrivilege Class

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

There are no properties for this class.

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.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.