WebRequestPSCmdlet.Body 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 Body property.
public:
virtual property System::Object ^ Body { System::Object ^ get(); void set(System::Object ^ value); };
public:
virtual property Platform::Object ^ Body { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public virtual object Body { get; set; }
[System.Management.Automation.Parameter(ValueFromPipeline=true)]
public virtual object Body { get; set; }
member this.Body : obj with get, set
[<System.Management.Automation.Parameter(ValueFromPipeline=true)>]
member this.Body : obj with get, set
Public Overridable Property Body As Object
Property Value
- Attributes