Gets the TempFileCollection that contains the temporary files generated on disk after a successful call to the Load method.

Namespace: Mvp.Xml.Exslt
Assembly: Mvp.Xml (in Mvp.Xml.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property TemporaryFiles As TempFileCollection
C#
public TempFileCollection TemporaryFiles { get; }
C++
public property TempFileCollection TemporaryFiles sealed  {
    TempFileCollection^ get();
}
J#
/** property */
public TempFileCollection get_TemporaryFiles();
JScript
public function get TemporaryFiles() : TempFileCollection

See Also