XmlSerializerAssemblyAttribute Constructor (String^)

 

Initializes a new instance of the XmlSerializerAssemblyAttribute class with the specified assembly name.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
XmlSerializerAssemblyAttribute(
	String^ assemblyName
)

Parameters

assemblyName
Type: System::String^

The simple, unencrypted name of the assembly.

.NET Framework
Available since 2.0
Return to top
Show: