共用方式為


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

值,表示是否僅傳回已驗證使用者的屬性。

傳回

設定檔屬性和值。

屬性

備註

GetAllPropertiesForCurrentUser使用 方法來透過一個 Web 服務呼叫擷取所有使用者的配置檔案屬性。 例如,您可以呼叫此方法,然後將配置檔案屬性儲存在用戶端應用程式中,並視需要擷取值。 方法 GetAllPropertiesForCurrentUser 只會傳回已設定為透過 Web 服務存取之配置檔案屬性的值。 您可以將 屬性或 屬性設定 ReadAccessProperties 為 ,以透過 Web 服務存取配置檔案屬性 trueWriteAccessProperties

適用於