Właściwość Warning.ObjectType
Pobiera lub ustawia typ obiektu błąd lub ostrzeżenie.
Przestrzeń nazw: ReportService2006
Zestaw: ReportService2006 (w ReportService2006.dll)
Składnia
'Deklaracja
Public Property ObjectType As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg wartość, która zawiera obiekt typu błąd lub ostrzeżenie.