SPWebApplication.UserPhotoImportEnabled 属性
获取或设置是否启用的图片导入功能。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property UserPhotoImportEnabled As Boolean
Get
Set
用法
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.UserPhotoImportEnabled
instance.UserPhotoImportEnabled = value
public bool UserPhotoImportEnabled { get; set; }
属性值
类型:System.Boolean
true以启用图片导入功能 ;否则为false。