FilesystemExtensions.SystemTempFolder Property

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Extensions
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim value As String

value = FilesystemExtensions.SystemTempFolder

Syntax

'Declaration
Public Shared ReadOnly Property SystemTempFolder As String
public static string SystemTempFolder { get; }
public:
static property String^ SystemTempFolder {
    String^ get ();
}
/** @property */
public static String get_SystemTempFolder ()
public static function get SystemTempFolder () : String

Property Value

Returns String.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

FilesystemExtensions Class
FilesystemExtensions Members
Microsoft.OneGet.Utility.Extensions Namespace