MethodParameter.Bindings 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.
Bindings of the method parameter (in/out/error)
public:
property Microsoft::PowerShell::Cmdletization::MethodParameterBindings Bindings { Microsoft::PowerShell::Cmdletization::MethodParameterBindings get(); void set(Microsoft::PowerShell::Cmdletization::MethodParameterBindings value); };
public:
property Microsoft::PowerShell::Cmdletization::MethodParameterBindings Bindings { Microsoft::PowerShell::Cmdletization::MethodParameterBindings get(); void set(Microsoft::PowerShell::Cmdletization::MethodParameterBindings value); };
public Microsoft.PowerShell.Cmdletization.MethodParameterBindings Bindings { get; set; }
member this.Bindings : Microsoft.PowerShell.Cmdletization.MethodParameterBindings with get, set
Public Property Bindings As MethodParameterBindings