Propriété ODataInnerError.TypeName
Obtient ou définit le nom de type de cette erreur, par exemple le nom de type d'une exception.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Property TypeName As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
Nom du type de cette erreur.