SubscriptionVerification.Challenge Property

Gets or sets the challenge string.

Namespace:  Microsoft.AspNet.Mvc.Facebook.Models
Assembly:  Microsoft.AspNet.Mvc.Facebook (in Microsoft.AspNet.Mvc.Facebook.dll)

Syntax

'Declaration
Public Property Challenge As String 
    Get 
    Set
'Usage
Dim instance As SubscriptionVerification 
Dim value As String 

value = instance.Challenge

instance.Challenge = value
public string Challenge { get; set; }
public:
property String^ Challenge {
    String^ get ();
    void set (String^ value);
}
member Challenge : string with get, set
function get Challenge () : String 
function set Challenge (value : String)

Property Value

Type: System.String
The challenge string.

See Also

Reference

SubscriptionVerification Class

Microsoft.AspNet.Mvc.Facebook.Models Namespace