OpenAuth.ConnectionString Property

.NET Framework 4.5

Gets or sets the connection string name for the database OpenAuth account details are stored in.

Namespace:  Microsoft.AspNet.Membership.OpenAuth
Assembly:  Microsoft.AspNet.Membership.OpenAuth (in Microsoft.AspNet.Membership.OpenAuth.dll)

Syntax

'Declaration
Public Shared Property ConnectionString As String 
    Get 
    Set
'Usage
Dim value As String 

value = OpenAuth.ConnectionString 

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

Property Value

Type: System.String

See Also

Reference

OpenAuth Class

Microsoft.AspNet.Membership.OpenAuth Namespace