XmlSerializerSection::TempFilesLocation Property
.NET Framework (current version)
Returns the location that was specified for the creation of the temporary file.
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
Available since 2.0
Show: