XmlSerializerSection.TempFilesLocation 属性

定义

返回创建临时文件的指定位置。

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

属性值

创建临时文件的指定位置。

属性

适用于