PropertyCmdletProviderIntrinsics Class

Definition

Exposes the Property noun of the Cmdlet Providers to the Cmdlet base class. The methods of this class use the providers to perform operations.

public ref class PropertyCmdletProviderIntrinsics sealed
public sealed class PropertyCmdletProviderIntrinsics
type PropertyCmdletProviderIntrinsics = class
Public NotInheritable Class PropertyCmdletProviderIntrinsics
Inheritance
PropertyCmdletProviderIntrinsics

Methods

Clear(String, Collection<String>)

Clear the specified properties from the specified item(s)

Clear(String[], Collection<String>, Boolean, Boolean)

Clear the specified properties from the specified item(s)

Copy(String, String, String, String)

Copies a property on the specified item(s)

Copy(String[], String, String, String, Boolean, Boolean)

Copies a property on the specified item(s)

Get(String, Collection<String>)

Gets the specified properties from the specified item(s)

Get(String[], Collection<String>, Boolean)

Gets the specified properties from the specified item(s)

Move(String, String, String, String)

Moves a property on the specified item(s)

Move(String[], String, String, String, Boolean, Boolean)

Moves a property on the specified item(s)

New(String, String, String, Object)

Creates a new property on the specified item.

New(String[], String, String, Object, Boolean, Boolean)

Creates a new property on the specified item.

Remove(String, String)

Removes a property from the specified item(s)

Remove(String[], String, Boolean, Boolean)

Removes a property from the specified item(s)

Rename(String, String, String)

Renames a property on the specified item(s)

Rename(String[], String, String, Boolean, Boolean)

Renames a property on the specified item(s)

Set(String, PSObject)

Sets the specified properties on the specified item(s)

Set(String[], PSObject, Boolean, Boolean)

Sets the specified properties on the specified item(s)

Applies to