Compartir a través de


de la propiedad ProfileSubtypeProperty.UserOverridePrivacy

Obtiene o establece un valor que indica si un usuario puede reemplazar la privacidad para esta propiedad.

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
Public Property UserOverridePrivacy As Boolean
    Get
    Set
'Uso
Dim instance As ProfileSubtypeProperty
Dim value As Boolean

value = instance.UserOverridePrivacy

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

Valor de propiedad

Tipo: System.Boolean

Implementaciones

IPrivacyPolicyItem.UserOverridePrivacy

Comentarios

Para establecer este valor, se requiere permiso de administrador del perfil de usuario. Este valor no se puede establecer si se trata de una propiedad de sección.

Vea también

Referencia

clase ProfileSubtypeProperty

Miembros ProfileSubtypeProperty

Espacio de nombres Microsoft.Office.Server.UserProfiles