Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property IsPrivacySettingOn As Boolean
Get
'Usage
Dim instance As UserProfile
Dim value As Boolean
value = instance.IsPrivacySettingOn
public bool IsPrivacySettingOn { get; }
Property value
Type: System.Boolean