ProfileService.GetAllPropertiesForCurrentUser(Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索可用于当前用户配置文件服务的所有配置文件属性和值。
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
指示是否仅为已经过身份验证的用户返回属性的一个值。
返回
配置文件属性和值。
- 属性
注解
GetAllPropertiesForCurrentUser使用 方法通过一个 Web 服务调用检索所有用户的配置文件属性。 例如,可以调用此方法,然后将配置文件属性存储在客户端应用程序中,并根据需要检索值。 方法 GetAllPropertiesForCurrentUser 仅返回配置为通过 Web 服务访问的配置文件属性的值。 通过将 属性或 WriteAccessProperties 属性设置为 ReadAccessPropertiestrue
来设置是否可以通过 Web 服务访问配置文件属性。