XmlSerializerAssemblyAttribute.CodeBase Property

Definition

Gets or sets the location of the assembly that contains the serializers.

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

Property Value

A location, such as a path or URI, that points to the assembly.

Applies to