FunctionInfo.CmdletBinding Property
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.
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