ClientFormsAuthenticationMembershipProvider::ApplicationName Property

 

This property is not used by this class.

Namespace:   System.Web.ClientServices.Providers
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property String^ ApplicationName {
	virtual String^ get() override;
	virtual void set(String^ value) override;
}

Property Value

Type: System::String^

The name of the application using the custom membership provider.

Setting this property has no effect.

.NET Framework
Available since 3.5
Return to top
Show: