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。

適用対象