다음을 통해 공유


ObjectType 속성

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

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.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 sets the severity type of the error or warning.