XmlSerializerSection::TempFilesLocation Property

 

Returns the location that was specified for the creation of the temporary file.

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

public:
[ConfigurationPropertyAttribute("tempFilesLocation", DefaultValue = null)]
property String^ TempFilesLocation {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The location that was specified for the creation of the temporary file.

.NET Framework
Available since 2.0
Return to top
Show: