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

屬性值

指向組件的位置,例如路徑或 URI。

適用於