UserProfile.PictureImportEnabled 属性

获取一个布尔值,指示是否从Exchange导入用户的图片。

命名空间:  Microsoft.SharePoint.Client.UserProfiles
程序集:   Microsoft.SharePoint.Client.UserProfiles.Silverlight(位于 Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 中);  Microsoft.SharePoint.Client.UserProfiles.Phone(位于 Microsoft.SharePoint.Client.UserProfiles.Phone.dll 中)  Microsoft.SharePoint.Client.UserProfiles(位于 Microsoft.SharePoint.Client.UserProfiles.dll 中)

语法

声明
Public Property PictureImportEnabled As Boolean
    Get
    Set
用法
Dim instance As UserProfile
Dim value As Boolean

value = instance.PictureImportEnabled

instance.PictureImportEnabled = value
public bool PictureImportEnabled { get; set; }

属性值

类型:System.Boolean
true如果从Exchange,否则为false导入用户的图片。

另请参阅

引用

UserProfile 类

UserProfile 成员

Microsoft.SharePoint.Client.UserProfiles 命名空间