Condividi tramite


Proprietà ODataInnerError.TypeName

Ottiene o imposta il nome del tipo dell'errore, ad esempio il nome del tipo di un'eccezione.

Spazio dei nomi  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Sintassi

'Dichiarazione
Public Property TypeName As String
    Get
    Set
'Utilizzo
Dim instance As ODataInnerError
Dim value As String

value = instance.TypeName

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

Valore proprietà

Tipo: System.String
Nome del tipo dell'errore.

Vedere anche

Riferimento

ODataInnerError Classe

Spazio dei nomi Microsoft.Data.OData