ItemCmdletProvider.SetItem Method (String, Object)

 

Updated: April 27, 2016

Applies To: Windows PowerShell

Sets the item at the specified path.

Namespace:   System.Management.Automation.Provider
Assembly:  System.Management.Automation (in System.Management.Automation.dll)

abstract SetItem : 
        path:string *
        value:Object -> unit
override SetItem : 
        path:string *
        value:Object -> unit

Parameters

path
Type: System.String

The path to the item to be set.

value
Type: System.Object

The value of the item.

When implementing this method, the item operated on should be passed to the WriteItemObject method.

This method defines provider-specific functionality for the Set-Item cmdlet. If this implementation of the cmdlet requires addition parameters, the provider must also call the SetItemDynamicParameters method.

For more information about providers, see Windows PowerShell Providers [ps].

Return to top

Community Additions

ADD
Show: