Udostępnij za pośrednictwem


ProfileService.GetPropertiesForCurrentUser Metoda

Definicja

Pobiera określone właściwości i wartości profilu dla bieżącego użytkownika.

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)

Parametry

properties
IEnumerable<String>

Kolekcja wartości ciągów, która zawiera nazwy właściwości profilu do pobrania.

authenticatedUserOnly
Boolean

Wartość wskazująca, czy właściwości są zwracane tylko dla użytkowników, którzy zostali uwierzytelnieni.

Zwraca

Informacje i wartości właściwości profilu.

Atrybuty

Wyjątki

Parametr properties lub element w kolekcji properties to null.

Uwagi

Aby uzyskać określone wartości właściwości profilu dla bieżących użytkowników, użyj GetPropertiesForCurrentUser metody , aby określić, które właściwości profilu są pobierane. Metoda GetPropertiesForCurrentUser zwraca wartości tylko dla właściwości profilu skonfigurowanych pod kątem dostępu za pośrednictwem usługi sieci Web. Właściwość profilu można skonfigurować pod kątem dostępu za pośrednictwem usługi sieci Web, ustawiając ReadAccessProperties właściwość lub WriteAccessProperties właściwość na true.

Dotyczy