Share via


SPPrincipalType-Enumeration

Gibt den Prinzipaltyp an.

Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Memberwerte zulässt.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SPPrincipalType
'Usage
Dim instance As SPPrincipalType
[FlagsAttribute]
public enum SPPrincipalType

Member

Membername Beschreibung
None Kein principal Typ.
User Ein principal Benutzertyp.
DistributionList Eine Liste principal Verteilungstyp.
SecurityGroup Ein principal Sicherheitsgruppentyp.
SharePointGroup Eine SharePoint-Gruppe principal Typ.
All Alle wesentlichen Typen.

Siehe auch

Referenz

Microsoft.SharePoint.Utilities-Namespace