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