[This is preliminary documentation and is subject to change.]
Token to perform Twitter operations like post
Namespace: NFX.Web.SocialAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public string OAuthAccessToken { get; internal set; }
public string OAuthAccessToken { get; internal set; }
Public Property OAuthAccessToken As String
Get
Friend Set
Public Property OAuthAccessToken As String
Get
Friend Set
public:
property String^ OAuthAccessToken {
String^ get ();
internal: void set (String^ value);
}
public:
property String^ OAuthAccessToken {
String^ get ();
internal: void set (String^ value);
}
member OAuthAccessToken : string with get, internal set
member OAuthAccessToken : string with get, internal set
Property Value
Type:
String