User.IsShareByEmailGuestUser property

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

Syntax

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

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

Property value

Type: System.Boolean

See also

Reference

User class

User members

Microsoft.SharePoint.Client namespace