Compartilhar via


Propriedade do RDL ObjectType

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

Namespace:  ReportService2005
Assembly:  ReportService2005 (em ReportService2005.dll)

Sintaxe

'Declaração
Public Property ObjectType As String
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System. . :: . .String
A String value sets the severity type of the error or warning.

Consulte também

Referência