다음을 통해 공유


Code 속성

Gets or sets the error code that is assigned to the warning by the report server.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

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

value = instance.Code

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

속성 값

유형: System. . :: . .String
A String value containing the error code that is assigned to the warning by the report server.