IDynamicPropertyCmdletProvider (interface)

This type is found in the namespace System.Management.Automation.Provider

mNewPropertyVoid
mNewPropertyDynamicParametersObject
mRemovePropertyVoid
mRemovePropertyDynamicParametersObject
mRenamePropertyVoid
mRenamePropertyDynamicParametersObject
mCopyPropertyVoid
mCopyPropertyDynamicParametersObject
mMovePropertyVoid
mMovePropertyDynamicParametersObject

NewProperty

NewPropertyDynamicParameters

pathSystem.String
propertyNameSystem.String
propertyTypeNameSystem.String
valueSystem.Object

RemoveProperty

pathSystem.String
propertyNameSystem.String
propertyTypeNameSystem.String
valueSystem.Object

RemovePropertyDynamicParameters

pathSystem.String
propertyNameSystem.String

RenameProperty

pathSystem.String
propertyNameSystem.String

RenamePropertyDynamicParameters

pathSystem.String
sourcePropertySystem.String
destinationPropertySystem.String

CopyProperty

pathSystem.String
sourcePropertySystem.String
destinationPropertySystem.String

CopyPropertyDynamicParameters

sourcePathSystem.String
sourcePropertySystem.String
destinationPathSystem.String
destinationPropertySystem.String

MoveProperty

sourcePathSystem.String
sourcePropertySystem.String
destinationPathSystem.String
destinationPropertySystem.String

MovePropertyDynamicParameters

sourcePathSystem.String
sourcePropertySystem.String
destinationPathSystem.String
destinationPropertySystem.String
sourcePathSystem.String
sourcePropertySystem.String
destinationPathSystem.String
destinationPropertySystem.String