IAppDomainSetup::ApplicationName Property

 

Gets or sets the name of the application.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

property String^ ApplicationName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String that is the name of the application.

.NET Framework
Available since 1.1
Return to top
Show: