FileBufferingReadStream.TempFileName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that determines where the contents are buffered on disk.
public:
property System::String ^ TempFileName { System::String ^ get(); };
public string TempFileName { get; }
public string? TempFileName { get; }
member this.TempFileName : string
Public ReadOnly Property TempFileName As String