Share via


GetPackage.UnprocessedNames Property

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.PowerShell.OneGet.CmdLets
Assembly: Microsoft.PowerShell.OneGet (in Microsoft.PowerShell.OneGet.dll)

Usage

'Usage
Dim value As IEnumerable(Of String)

value = Me.UnprocessedNames

Syntax

'Declaration
Protected ReadOnly Property UnprocessedNames As IEnumerable(Of String)
protected IEnumerable<string> UnprocessedNames { get; }
protected:
property IEnumerable<String^>^ UnprocessedNames {
    IEnumerable<String^>^ get ();
}
/** @property */
protected IEnumerable<String> get_UnprocessedNames ()
protected function get UnprocessedNames () : 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

GetPackage Class
GetPackage Members
Microsoft.PowerShell.OneGet.CmdLets Namespace