다음을 통해 공유


ProfilePropertyLoader.IgnoreUserPrivacy Property

Gets or sets a Boolean value that determines whether a 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 if a user's privacy settings should be ignored; otherwise, false. The default is false.

See Also

Reference

ProfilePropertyLoader Class

ProfilePropertyLoader Members

Microsoft.SharePoint.Portal.WebControls Namespace