User.IsEmailAuthenticationGuestUser property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property IsEmailAuthenticationGuestUser As Boolean
Get
'Usage
Dim instance As User
Dim value As Boolean
value = instance.IsEmailAuthenticationGuestUser
public bool IsEmailAuthenticationGuestUser { get; }
Property value
Type: System.Boolean