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

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.