PRIVILEGE_DEPTH Enumeration

The PRIVILEGE_DEPTH enumeration lists privilege depths.

  System.Object

   PRIVILEGE_DEPTH
[Visual Basic .NET]
Public Class PRIVILEGE_DEPTH
   Inherits System.Object
[C#]
public class PRIVILEGE_DEPTH: System.Object
[C++]
public __gc class PRIVILEGE_DEPTH: public System.Object

Members

BASIC

Specifies basic privileges. Users with basic privileges can use privileges only to perform actions on data and objects that are owned by or assigned to the user.

DEEP

Specifies deep privileges. Users with deep privileges can perform actions on all objects in the user's current business units and all objects down the hierarchy of business units.

GLOBAL

Specifies global privileges. Users with global privileges can perform actions on data and objects anywhere within the organization, regardless of the business unit or user to which it belongs.

LOCAL

Specifies local privileges. Users with local privileges can use privileges only to perform actions on data and objects that are in the user's current business unit.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.