Share via


MembershipAdapter.ApplicationName Property

.NET Framework 4

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

Syntax

'Declaration
Public ReadOnly Property ApplicationName As String 
    Get
'Usage
Dim instance As MembershipAdapter 
Dim value As String 

value = instance.ApplicationName
public string ApplicationName { get; }
public:
virtual property String^ ApplicationName {
    String^ get () sealed;
}
abstract ApplicationName : string 
override ApplicationName : string
final function get ApplicationName () : String

Property Value

Type: System.String

Implements

IMembership.ApplicationName

See Also

Reference

MembershipAdapter Class

Microsoft.AspNet.Membership.OpenAuth Namespace