Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a Boolean value that indicates whether the user's picture is imported from Exchange.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property PictureImportEnabled As Boolean
Get
Set
'Usage
Dim instance As UserProfile
Dim value As Boolean
value = instance.PictureImportEnabled
instance.PictureImportEnabled = value
public bool PictureImportEnabled { get; set; }
Property value
Type: System.Boolean
true if the user's picture is imported from Exchange, otherwise false.