Warning.ObjectType 속성

Gets or sets the object type of the error or warning.

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

구문

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

value = instance.ObjectType

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

속성 값

유형: System.String
A String value that contains the object type of the error or warning.

참고 항목

참조

Warning 클래스

ReportService2010 네임스페이스