ProfileService.GetPropertiesForCurrentUser 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會擷取目前使用者的指定設定檔屬性和值。
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)
參數
- properties
- IEnumerable<String>
字串值集合,包含要擷取的設定檔屬性名稱。
- authenticatedUserOnly
- Boolean
值,表示是否僅傳回已驗證使用者的屬性。
傳回
設定檔屬性資訊和值。
- 屬性
例外狀況
properties
參數或 properties
集合中的項目是 null
。
備註
若要取得目前使用者的特定配置檔案屬性值,您可以使用 GetPropertiesForCurrentUser 方法來指定擷取哪些配置檔案屬性。 方法 GetPropertiesForCurrentUser 只會針對設定為透過 Web 服務存取的配置檔案屬性傳回值。 您可以將 屬性或 WriteAccessProperties 屬性設定 ReadAccessProperties 為 ,以透過 Web 服務設定配置檔案屬性 true
以存取。