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