Meta.Values Property

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Packaging
Assembly: Microsoft.OneGet (in Microsoft.OneGet.dll)

Usage

'Usage
Dim instance As Meta
Dim value As IEnumerable(Of String)

value = instance.Values

Syntax

'Declaration
Public ReadOnly Property Values As IEnumerable(Of String)
public IEnumerable<string> Values { get; }
public:
virtual property IEnumerable<String^>^ Values {
    IEnumerable<String^>^ get () sealed;
}
/** @property */
public final IEnumerable<String> get_Values ()
public final function get Values () : 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

Meta Class
Meta Members
Microsoft.OneGet.Packaging Namespace