InvokeRestMethodCommand.CustomMethod 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.
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