Freigeben über


SPWebApplication.UserPhotoImportEnabled-Eigenschaft

Ruft ab oder legt fest, ob das Bild Import-Feature aktivieren.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property UserPhotoImportEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.UserPhotoImportEnabled

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

Eigenschaftswert

Typ: System.Boolean
true zum Aktivieren des Features des Bild-Import; andernfalls false.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace