다음을 통해 공유


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

속성 값

임시 파일의 생성을 위해 지정된 위치입니다.

특성

적용 대상