Share via


OpenAuthUserData.ApplicationName Property

.NET Framework 4

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

Syntax

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

value = instance.ApplicationName

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

Property Value

Type: System.String

See Also

Reference

OpenAuthUserData Class

Microsoft.AspNet.Membership.OpenAuth.Data Namespace