de la propiedad UserProfile.PictureImportEnabled
Obtiene un valor Boolean que indica si la imagen del usuario se importa desde Exchange.
Espacio de nombres: Microsoft.SharePoint.Client.UserProfiles
Ensamblados: Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxis
'Declaración
Public Property PictureImportEnabled As Boolean
Get
Set
'Uso
Dim instance As UserProfile
Dim value As Boolean
value = instance.PictureImportEnabled
instance.PictureImportEnabled = value
public bool PictureImportEnabled { get; set; }
Valor de propiedad
Tipo: System.Boolean
true si la imagen del usuario se importan de Exchange, de lo contrario, false.