Warning.Message 屬性

定義

會收到或設定一個訊息,說明錯誤或警告。

public:
 property System::String ^ Message { System::String ^ get(); void set(System::String ^ value); };
public string Message { get; set; }
member this.Message : string with get, set
Public Property Message As String

屬性值

一個 String 包含訊息的值,說明錯誤或警告。

適用於