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 など)。

適用対象