Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the nested implementation specific debugging information.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property InnerError As ODataInnerError
Get
Set
'Usage
Dim instance As ODataInnerError
Dim value As ODataInnerError
value = instance.InnerError
instance.InnerError = value
public ODataInnerError InnerError { get; set; }
public:
property ODataInnerError^ InnerError {
ODataInnerError^ get ();
void set (ODataInnerError^ value);
}
member InnerError : ODataInnerError with get, set
function get InnerError () : ODataInnerError
function set InnerError (value : ODataInnerError)
Property Value
Type: Microsoft.Data.OData.ODataInnerError
The nested implementation specific debugging information.