XmlSerializerAssemblyAttribute.CodeBase 属性

定义

获取或设置包含序列化程序的程序集的位置。

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

属性值

String

指向程序集的位置,如路径或 URI。

适用于