XmlSerializerVersionAttribute::Version Property

 
obsoleteCodeEntityNone.

Gets or sets the assembly's version number.

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

public:
property String^ Version {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The version of the assembly.

.NET Framework
Available since 2.0
Return to top
Show: