Share via


OAuthAccountData.ProviderUserId Property

Gets the OAuth or Open ID provider user ID.

Namespace:  WebMatrix.WebData
Assembly:  WebMatrix.WebData (in WebMatrix.WebData.dll)

Syntax

'Declaration
Public Property ProviderUserId As String 
    Get 
    Private Set
'Usage
Dim instance As OAuthAccountData 
Dim value As String 

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

Property Value

Type: System.String
The provider user ID.

Remarks

This property can be set by using the OAuthAccountData(String, String) class constructor method.

See Also

Reference

OAuthAccountData Class

WebMatrix.WebData Namespace