Class ApplicationInstanceInfo
Provides information about the currently running application instance.
Inheritance
System.Object
ApplicationInstanceInfo
Implements
Namespace: Steeltoe.Common
Assembly: Steeltoe.Common.dll
Syntax
public class ApplicationInstanceInfo : object, IApplicationInstanceInfo
Properties
| Edit this page View SourceApplicationName
Gets the name of this application.
Declaration
public virtual string? ApplicationName { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |