FileSystemProvider.SetPropertyDynamicParameters(String, PSObject) Method

Definition

Gets the dynamic property parameters required by the set-itemproperty cmdlet. This feature is not required by the File System provider.

public:
 virtual System::Object ^ SetPropertyDynamicParameters(System::String ^ path, System::Management::Automation::PSObject ^ propertyValue);
public object SetPropertyDynamicParameters (string path, System.Management.Automation.PSObject propertyValue);
override this.SetPropertyDynamicParameters : string * System.Management.Automation.PSObject -> obj
abstract member SetPropertyDynamicParameters : string * System.Management.Automation.PSObject -> obj
override this.SetPropertyDynamicParameters : string * System.Management.Automation.PSObject -> obj
Public Function SetPropertyDynamicParameters (path As String, propertyValue As PSObject) As Object

Parameters

path
String

If the path was specified on the command line, this is the path to the item for which to set the dynamic parameters.

propertyValue
PSObject

A PSObject which contains a collection of the name, type, value of the properties to be set.

Returns

Null. This feature is not required by the File System provider.

Implements

Applies to