ServiceConfig.SxsName 属性

定义

获取或设置包含工作的并行 (Side-by-Side) 程序集的文件名。

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

属性值

并行 (Side-by-Side) 程序集的文件名。 默认值是 null

适用于