ProfileService.GetAllPropertiesForCurrentUser(Boolean) 메서드

정의

현재 사용자의 프로필 서비스에서 사용할 수 있는 모든 프로필 속성과 값을 검색합니다.

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

매개 변수

authenticatedUserOnly
Boolean

인증된 사용자에 대해서만 속성이 반환되는지 여부를 나타내는 값입니다.

반환

Dictionary<String,Object>

프로필 속성과 값입니다.

특성

설명

사용 된 GetAllPropertiesForCurrentUser 하나의 웹 서비스 호출을 통해 모든 사용자 프로필 속성을 검색 하는 방법입니다. 예를 들어이 메서드를 호출 하 고 클라이언트 애플리케이션 프로필 속성을 저장할 필요에 따라 값을 검색 합니다. GetAllPropertiesForCurrentUser 메서드가 웹 서비스를 통해 액세스 하도록 구성 된 프로필 속성에 대해서만 값을 반환 합니다. 프로필 속성을 설정 하 여 웹 서비스를 통해 액세스할 수 있는지 여부를 설정 합니다 ReadAccessProperties 속성 또는 WriteAccessProperties 속성을 true입니다.

적용 대상