SubscriptionVerification.Mode Property

Gets or sets the mode.

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

Syntax

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

value = instance.Mode

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

Property Value

Type: System.String
The mode.

See Also

Reference

SubscriptionVerification Class

Microsoft.AspNet.Mvc.Facebook.Models Namespace