Aracılığıyla paylaş


MethodParameter.Bindings Property

Definition

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

Property Value

Applies to