XmlSerializerSection.TempFilesLocation Property

Definition

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

public:
 property System::String ^ TempFilesLocation { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("tempFilesLocation", DefaultValue=null)]
public string TempFilesLocation { get; set; }
[<System.Configuration.ConfigurationProperty("tempFilesLocation", DefaultValue=null)>]
member this.TempFilesLocation : string with get, set
Public Property TempFilesLocation As String

Property Value

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

Attributes

Applies to