Share via


SecurityPrincipalType Enumeration

The SecurityPrincipalType enumeration type contains a list of security principal types.

  System.Object

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

Members

sptMerchant

Specifies that the security principal is a merchant. [Not supported in this release.]

sptTeam

Specifies that the security principal is a team.

sptUser

Specifies that the security principal is a user.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.