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