Compartir a través de


de la propiedad OrganizationProfile.Item

NOTA: esta API está ahora obsoleta.

Devuelve los valores de propiedad de la propiedad especificada de la organización.

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
<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

Valor de propiedad

Tipo: Microsoft.Office.Server.UserProfiles.OrganizationProfileValueCollection

Vea también

Referencia

clase OrganizationProfile

Miembros OrganizationProfile

Espacio de nombres Microsoft.Office.Server.UserProfiles