Share via


OrganizationProfile.Item property

NOTE: This API is now obsolete.

A organização retorna valores de propriedade da propriedade especificada.

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

Syntax

'Declaração
<ObsoleteAttribute("This class is no longer supported.")> _
Public ReadOnly Default Property Item ( _
    propName As String _
) As OrganizationProfileValueCollection
    Get
'Uso
Dim instance As OrganizationProfile
Dim propName As String
Dim value As OrganizationProfileValueCollection

value = instance(propName)
[ObsoleteAttribute("This class is no longer supported.")]
public OrganizationProfileValueCollection this[
    string propName
] { get; }

Parâmetros

Property value

Type: Microsoft.Office.Server.UserProfiles.OrganizationProfileValueCollection

Ver também

Referência

OrganizationProfile class

OrganizationProfile members

Microsoft.Office.Server.UserProfiles namespace