IsLoaded Property
- Last UpdatedMar 17, 2026
- 1 minute read
Gets a value indicating whether IsLoaded.
'Declaration
<SuppressMessageAttribute("Microsoft.Performance",
"CA1811:AvoidUncalledPrivateCode",
Justification="Method does not have to be used by all clients of the Logger.")>
Public Shared ReadOnly Property IsLoaded As Boolean
[SuppressMessage("Microsoft.Performance",
"CA1811:AvoidUncalledPrivateCode",
Justification="Method does not have to be used by all clients of the Logger.")]
public static bool IsLoaded {get;}