共用方式為


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

屬性值

為建立暫存檔案指定的位置。

屬性

適用於