RequestToken.CallbackConfirmed Property

Namespace:  Microsoft.Owin.Security.Twitter.Messages
Assembly:  Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)

Syntax

'Declaration
Public Property CallbackConfirmed As Boolean 
    Get 
    Set
'Usage
Dim instance As RequestToken 
Dim value As Boolean 

value = instance.CallbackConfirmed

instance.CallbackConfirmed = value
public bool CallbackConfirmed { get; set; }
public:
property bool CallbackConfirmed {
    bool get ();
    void set (bool value);
}
member CallbackConfirmed : bool with get, set
function get CallbackConfirmed () : boolean 
function set CallbackConfirmed (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

RequestToken Class

Microsoft.Owin.Security.Twitter.Messages Namespace