WriteDebugCommand.Message Property

Definition

Message to be sent and processed if debug mode is on.

public:
 property System::String ^ Message { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Message { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Message { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Msg" })]
[System.Management.Automation.AllowEmptyString]
[System.Management.Automation.Parameter(Mandatory=true, Position=0, ValueFromPipeline=true)]
public string Message { get; set; }
member this.Message : string with get, set
[<System.Management.Automation.Alias(new System.String[] { "Msg" })>]
[<System.Management.Automation.AllowEmptyString>]
[<System.Management.Automation.Parameter(Mandatory=true, Position=0, ValueFromPipeline=true)>]
member this.Message : string with get, set
Public Property Message As String

Property Value

Attributes

Applies to