Share via


User.IsSecurityPrincipal property

Gets a value that indicates whether the user is the security principal.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public ReadOnly Property IsSecurityPrincipal As Boolean
    Get
'Usage
Dim instance As User
Dim value As Boolean

value = instance.IsSecurityPrincipal
public bool IsSecurityPrincipal { get; }

Property value

Type: System.Boolean
true if the user is the security principal; otherwise, false.

See also

Reference

User class

User members

Microsoft.Exchange.Data.Directory.Management namespace