Share via


ProfilePropertyLoader.IgnoreUserPrivacy Property

Sets or gets a boolean that determines whether user's privacy settings should be ignored.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Property IgnoreUserPrivacy As Boolean
    Get
    Set
'Usage
Dim instance As ProfilePropertyLoader
Dim value As Boolean

value = instance.IgnoreUserPrivacy

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

Property Value

Type: System.Boolean
true or false

See Also

Reference

ProfilePropertyLoader Class

ProfilePropertyLoader Members

Microsoft.SharePoint.Portal.WebControls Namespace