ObjectType 속성
Gets or sets the object type of the error or warning.
네임스페이스: ReportService2006
어셈블리: ReportService2006(ReportService2006.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.