EnvironmentUtility.Path 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.Path

EnvironmentUtility.Path = value

Syntax

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

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

public static function set Path (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