TwitterOptions.RetrieveUserDetails Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables the retrieval user details during the authentication process, including e-mail addresses. Retrieving e-mail addresses requires special permissions from Twitter Support on a per application basis. The default is false. See 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