次の方法で共有


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

プロパティ値

String

一時ファイルの作成用に指定された場所。

属性

適用対象