 | BasicAppSettingsIsNetCore property |
True if the application is a .Net Core application.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxpublic bool IsNetCore { get; }
Public ReadOnly Property IsNetCore As Boolean
Get
public:
property bool IsNetCore {
bool get ();
}
member IsNetCore : bool with get
Property value
Boolean
See also