PropertyCollection.GetPropertyByURI - Méthode

Remarque : cette API est désormais obsolète.

Obtient une propriété à l'URI.

Espace de noms :  Microsoft.Office.Server.UserProfiles
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public Function GetPropertyByURI ( _
    strPropURI As String _
) As Property
'Utilisation
Dim instance As PropertyCollection
Dim strPropURI As String
Dim returnValue As [Property]

returnValue = instance.GetPropertyByURI(strPropURI)
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public Property GetPropertyByURI(
    string strPropURI
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Server.UserProfiles.Property
Le qui contient l'objet Property .

Voir aussi

Référence

PropertyCollection classe

PropertyCollection - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms