ClientSettingsProvider.ApplicationName Property

Definition

This property is not used by this class.

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

Property Value

The name of the application for the provider.

Remarks

Setting this property has no effect.

Applies to

See also