Share via


RegistrationConfig.AssemblyFile 属性

定义

获取或设置要安装的程序集的文件名。

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

属性值

要安装的程序集的文件名。

适用于