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
strPropURI
Type : System.StringL'URI de la propriété.
Valeur renvoyée
Type : Microsoft.Office.Server.UserProfiles.Property
Le qui contient l'objet Property .