UnregisterPackageSource Class

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 instance As UnregisterPackageSource

Syntax

'Declaration
<CmdletAttribute("Unregister", "PackageSource", SupportsShouldProcess:=True)> _
Public NotInheritable Class UnregisterPackageSource
    Inherits CmdletWithSource
[CmdletAttribute("Unregister", "PackageSource", SupportsShouldProcess=true)] 
public sealed class UnregisterPackageSource : CmdletWithSource
[CmdletAttribute(L"Unregister", L"PackageSource", SupportsShouldProcess=true)] 
public ref class UnregisterPackageSource sealed : public CmdletWithSource
/** @attribute CmdletAttribute("Unregister", "PackageSource", SupportsShouldProcess=true) */ 
public final class UnregisterPackageSource extends CmdletWithSource
CmdletAttribute("Unregister", "PackageSource", SupportsShouldProcess=true) 
public final class UnregisterPackageSource extends CmdletWithSource

Inheritance Hierarchy

System.Object
   System.Management.Automation.Internal.InternalCommand
     System.Management.Automation.Cmdlet
       System.Management.Automation.PSCmdlet
         Microsoft.OneGet.Utility.PowerShell.AsyncCmdlet
           Microsoft.PowerShell.OneGet.CmdLets.CmdletBase
             Microsoft.PowerShell.OneGet.CmdLets.CmdletWithProvider
               Microsoft.PowerShell.OneGet.CmdLets.CmdletWithSource
                Microsoft.PowerShell.OneGet.CmdLets.UnregisterPackageSource

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

UnregisterPackageSource Members
Microsoft.PowerShell.OneGet.CmdLets Namespace