Warning.Code 속성

경고에 할당된 오류 코드를 가져옵니다. 읽기 전용입니다.

네임스페이스:  Microsoft.Reporting.WinForms
어셈블리:  Microsoft.ReportViewer.WinForms(Microsoft.ReportViewer.WinForms.dll)

구문

‘선언
Public ReadOnly Property Code As String
    Get
‘사용 방법
Dim instance As Warning
Dim value As String

value = instance.Code
public string Code { get; }
public:
property String^ Code {
    String^ get ();
}
member Code : string
function get Code () : String

속성 값

유형: System.String
읽기 전용 string

참고 항목

참조

Warning 클래스

Microsoft.Reporting.WinForms 네임스페이스