Condividi tramite


ProfileService.GetPropertiesForCurrentUser Metodo

Definizione

Recupera le proprietà e i valori del profilo specificati per l'utente corrente.

public:
 System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ GetPropertiesForCurrentUser(System::Collections::Generic::IEnumerable<System::String ^> ^ properties, bool authenticatedUserOnly);
[System.ServiceModel.OperationContract]
public System.Collections.Generic.Dictionary<string,object> GetPropertiesForCurrentUser (System.Collections.Generic.IEnumerable<string> properties, bool authenticatedUserOnly);
[<System.ServiceModel.OperationContract>]
member this.GetPropertiesForCurrentUser : seq<string> * bool -> System.Collections.Generic.Dictionary<string, obj>
Public Function GetPropertiesForCurrentUser (properties As IEnumerable(Of String), authenticatedUserOnly As Boolean) As Dictionary(Of String, Object)

Parametri

properties
IEnumerable<String>

Insieme di valori stringa contenente i nomi delle proprietà del profilo da recuperare.

authenticatedUserOnly
Boolean

Valore che indica se le proprietà vengono restituite solo per gli utenti che sono stati autenticati.

Restituisce

Informazioni e valori delle proprietà del profilo.

Attributi

Eccezioni

Il parametro properties o un elemento dell'insieme properties è null.

Commenti

Per ottenere valori di proprietà del profilo specifici per gli utenti correnti, usare il GetPropertiesForCurrentUser metodo per specificare le proprietà del profilo recuperate. Il GetPropertiesForCurrentUser metodo restituisce valori solo per le proprietà del profilo configurate per l'accesso tramite un servizio Web. È possibile configurare una proprietà del profilo per l'accesso tramite un servizio Web impostando la proprietà o WriteAccessProperties la ReadAccessProperties proprietà su true.

Si applica a