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 값입니다.

적용 대상