EnvironmentUtility.SystemPath Property

This element is introduced in Windows PowerShell 5.0.

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

Usage

'Usage
Dim value As IEnumerable(Of String)

value = EnvironmentUtility.SystemPath

EnvironmentUtility.SystemPath = value

Syntax

'Declaration
Public Shared Property SystemPath As IEnumerable(Of String)
public static IEnumerable<string> SystemPath { get; set; }
public:
static property IEnumerable<String^>^ SystemPath {
    IEnumerable<String^>^ get ();
    void set (IEnumerable<String^>^ value);
}
/** @property */
public static IEnumerable<String> get_SystemPath ()

/** @property */
public static void set_SystemPath (IEnumerable<String> value)
public static function get SystemPath () : IEnumerable<String>

public static function set SystemPath (value : IEnumerable<String>)

Property Value

Returns IEnumerable.

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

EnvironmentUtility Class
EnvironmentUtility Members
Microsoft.OneGet.Utility.Platform Namespace