FacebookAuthenticationOptions.Caption Property

Gets or sets the text caption that displays in the application.

Namespace:  Microsoft.Owin.Security.Facebook
Assembly:  Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)

Syntax

'Declaration
Public Property Caption As String 
    Get 
    Set
'Usage
Dim instance As FacebookAuthenticationOptions 
Dim value As String 

value = instance.Caption

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

Property Value

Type: System.String
The text caption that displays in the application.

See Also

Reference

FacebookAuthenticationOptions Class

Microsoft.Owin.Security.Facebook Namespace