Share via


IMembership.ApplicationName Property

.NET Framework 4

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

Syntax

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

value = instance.ApplicationName
string ApplicationName { get; }
property String^ ApplicationName {
    String^ get ();
}
abstract ApplicationName : string
function get ApplicationName () : String

Property Value

Type: System.String

See Also

Reference

IMembership Interface

Microsoft.AspNet.Membership.OpenAuth Namespace