Compartilhar via


CmdletExtensions.IsBound(PSCmdlet, String) Method

Definition

public static bool IsBound (this System.Management.Automation.PSCmdlet cmdlet, string parameterName);
static member IsBound : System.Management.Automation.PSCmdlet * string -> bool
<Extension()>
Public Function IsBound (cmdlet As PSCmdlet, parameterName As String) As Boolean

Parameters

cmdlet
PSCmdlet
parameterName
String

Returns

Applies to