InvokeRestMethodCommand.CustomMethod Property

Definition

Gets or sets the parameter CustomMethod.

[System.Management.Automation.Alias(new System.String[] { "CM" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="CustomMethod")]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="CustomMethodNoProxy")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public override string CustomMethod { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "CM" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="CustomMethod")>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="CustomMethodNoProxy")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.CustomMethod : string with get, set
Public Overrides Property CustomMethod As String

Property Value

Attributes

Applies to