WebRequestPSCmdlet.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 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