Share via


OAuthAccount.Provider Property

Gets the provider name.

Namespace:  Microsoft.Web.WebPages.OAuth
Assembly:  Microsoft.Web.WebPages.OAuth (in Microsoft.Web.WebPages.OAuth.dll)

Syntax

'Declaration
Public Property Provider As String 
    Get 
    Private Set
'Usage
Dim instance As OAuthAccount 
Dim value As String 

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

Property Value

Type: System.String
The provider name.

See Also

Reference

OAuthAccount Class

Microsoft.Web.WebPages.OAuth Namespace