FunctionInfo.CmdletBinding Property

Definition

Returns true if this function uses cmdlet binding mode for its parameters; otherwise returns false.

public:
 property bool CmdletBinding { bool get(); };
public:
 property bool CmdletBinding { bool get(); };
public bool CmdletBinding { get; }
member this.CmdletBinding : bool
Public ReadOnly Property CmdletBinding As Boolean

Property Value

Applies to