Warning.Severity 속성

정의

오류나 경고에 대해 설명하는 메시지를 가져오거나 설정합니다.

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

속성 값

오류나 경고에 대해 설명하는 메시지를 포함하는 String 값입니다.

적용 대상