WebRequestPSCmdlet.Headers 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 Headers property.
public:
virtual property System::Collections::IDictionary ^ Headers { System::Collections::IDictionary ^ get(); void set(System::Collections::IDictionary ^ value); };
public virtual System.Collections.IDictionary Headers { get; set; }
[System.Management.Automation.Parameter]
public virtual System.Collections.IDictionary Headers { get; set; }
member this.Headers : System.Collections.IDictionary with get, set
[<System.Management.Automation.Parameter>]
member this.Headers : System.Collections.IDictionary with get, set
Public Overridable Property Headers As IDictionary
Property Value
- Attributes