Share via


ICmdlet.ShouldProcess(String, String) Method

Definition

public bool ShouldProcess (string target, string action);
abstract member ShouldProcess : string * string -> bool
Public Function ShouldProcess (target As String, action As String) As Boolean

Parameters

target
String
action
String

Returns

Applies to