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