TwitterOptions.RetrieveUserDetails 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在驗證程式期間啟用擷取使用者詳細資料,包括電子郵件地址。 擷取電子郵件地址需要每個應用程式上 Twitter 支援的特殊許可權。 預設值為 false。 請參閱 https://dev.twitter.com/rest/reference/get/account/verify_credentials。
public:
property bool RetrieveUserDetails { bool get(); void set(bool value); };
public bool RetrieveUserDetails { get; set; }
member this.RetrieveUserDetails : bool with get, set
Public Property RetrieveUserDetails As Boolean