PropertyBaseManager<T>.GetPropertyByURI - Méthode

Obtient la propriété avec l'URI spécifié.

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

Syntaxe

'Déclaration
Public Function GetPropertyByURI ( _
    propertyURI As String _
) As T
'Utilisation
Dim instance As PropertyBaseManager
Dim propertyURI As String
Dim returnValue As T

returnValue = instance.GetPropertyByURI(propertyURI)
public T GetPropertyByURI(
    string propertyURI
)

Paramètres

Valeur renvoyée

Type : T
Cette propriété renvoie IEnumerator<T>.

Voir aussi

Référence

PropertyBaseManager<T> classe

PropertyBaseManager<T> - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms