共用方式為


ODataInnerError.TypeName 屬性

取得或設定此錯誤的型別名稱,例如例外狀況的型別名稱。

命名空間:  Microsoft.Data.OData
組件:  Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)

語法

'宣告
Public Property TypeName As String
    Get
    Set
'用途
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)

屬性值

型別:System.String
此錯誤的型別名稱。

請參閱

參考

ODataInnerError 類別

Microsoft.Data.OData 命名空間