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