CmdletExtensions.IsBound(PSCmdlet, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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