MobileBackendDiagnostics Property |
Returns the Diagnostics object that enables end-end debugging across application and cloud.
Namespace: Oracle.Cloud.Mobile.MobileBackendAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Diagnostics Diagnostics { get; }
Public ReadOnly Property Diagnostics As Diagnostics
Get
public:
virtual property Diagnostics^ Diagnostics {
Diagnostics^ get () sealed;
}
abstract Diagnostics : Diagnostics with get
override Diagnostics : Diagnostics with get
Property Value
Type:
DiagnosticsImplements
IMobileBackendDiagnostics
See Also