IAppDomainSetup.ApplicationName 属性

定义

获取或设置应用程序的名称。

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

属性值

作为应用程序名称的 String

适用于