Share via


SingleSignOnRoleProvider.ApplicationName Property

 

The ApplicationName property gets or sets the application name, as is configured in the Web.config file.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public override string ApplicationName { get; set; }
public:
property String^ ApplicationName {
    virtual String^ get() override;
    virtual void set(String^ value) override;
}
override ApplicationName : string with get, set
Public Overrides Property ApplicationName As String

Property Value

Type: System.String

The application name, as is configured in the Web.config file.

See Also

SingleSignOnRoleProvider Class
System.Web.Security.SingleSignOn Namespace

Return to top