Share via


PrivacyPolicyManager.Item property (String, String)

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    profileName As String, _
    profilePropertyName As String _
) As IPrivacyPolicyItem
    Get
'Usage
Dim instance As PrivacyPolicyManager
Dim profileName As String
Dim profilePropertyName As String
Dim value As IPrivacyPolicyItem

value = instance(profileName, profilePropertyName)
public IPrivacyPolicyItem this[
    string profileName,
    string profilePropertyName
] { get; }

Parameters

Property value

Type: Microsoft.Office.Server.UserProfiles.IPrivacyPolicyItem

See also

Reference

PrivacyPolicyManager class

PrivacyPolicyManager members

Item overload

Microsoft.Office.Server.UserProfiles namespace