XmlSerializerSection.TempFilesLocation Propriedade
Definição
Retorna o local que foi especificado para a criação do arquivo temporário.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=Mono.Cecil.CustomAttributeArgument)]
public string TempFilesLocation { get; set; }
[<System.Configuration.ConfigurationProperty("tempFilesLocation", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.TempFilesLocation : string with get, set
Public Property TempFilesLocation As String
Valor da propriedade
O local especificado para a criação do arquivo temporário.The location that was specified for the creation of the temporary file.
- Atributos