WriteHostCommand.Object 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.
Object to be output.
public:
 property System::Object ^ Object { System::Object ^ get(); void set(System::Object ^ value); };
	public:
 property Platform::Object ^ Object { Platform::Object ^ get(); void set(Platform::Object ^ value); };
	public object Object { get; set; }
	[System.Management.Automation.Alias(new System.String[] { "Msg", "Message" })]
[System.Management.Automation.Parameter(Position=0, ValueFromPipeline=true, ValueFromRemainingArguments=true)]
public object Object { get; set; }
	member this.Object : obj with get, set
	[<System.Management.Automation.Alias(new System.String[] { "Msg", "Message" })>]
[<System.Management.Automation.Parameter(Position=0, ValueFromPipeline=true, ValueFromRemainingArguments=true)>]
member this.Object : obj with get, set
	Public Property Object As Object
	Property Value
- Attributes