다음을 통해 공유


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