Table of Contents

Interface IApplicationInfoAccessor

Namespace
Volo.Abp
Assembly
Volo.Abp.Core.dll
public interface IApplicationInfoAccessor
Extension Methods

Properties

ApplicationName

Name of the application. This is useful for systems with multiple applications, to distinguish resources of the applications located together.

string? ApplicationName { get; }

Property Value

string

InstanceId

A unique identifier for this application instance. This value changes whenever the application is restarted.

string InstanceId { get; }

Property Value

string