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.