UserProfile.PictureImportEnabled property
Gets a Boolean value that indicates whether the user's picture is enabled for import from Exchange.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property PictureImportEnabled As Boolean
Get
'Usage
Dim instance As UserProfile
Dim value As Boolean
value = instance.PictureImportEnabled
public bool PictureImportEnabled { get; }
Property value
Type: System.Boolean