WebRequestPSCmdlet.CustomMethod Property

Definition

Gets or sets the CustomMethod property.

[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 virtual 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 Overridable Property CustomMethod As String

Property Value

Attributes

Applies to