OpenAuthAccount.ProviderName Property

.NET Framework 4

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

Syntax

'Declaration
<KeyAttribute> _
<ColumnAttribute(Order := )> _
<RequiredAttribute> _
Public Property ProviderName As String 
    Get 
    Set
'Usage
Dim instance As OpenAuthAccount 
Dim value As String 

value = instance.ProviderName

instance.ProviderName = value
[KeyAttribute]
[ColumnAttribute(Order = )]
[RequiredAttribute]
public string ProviderName { get; set; }
[KeyAttribute]
[ColumnAttribute(Order = )]
[RequiredAttribute]
public:
property String^ ProviderName {
    String^ get ();
    void set (String^ value);
}
[<KeyAttribute>]
[<ColumnAttribute(Order = )>]
[<RequiredAttribute>]
member ProviderName : string with get, set
function get ProviderName () : String 
function set ProviderName (value : String)

Property Value

Type: System.String

See Also

Reference

OpenAuthAccount Class

Microsoft.AspNet.Membership.OpenAuth.Data Namespace