Interface IEntryAssemblyMetadata
Provides metadata about the entry assembly.
Namespace: Umbraco.Cms.Core.Configuration
Assembly: Umbraco.Core.dll
Syntax
public interface IEntryAssemblyMetadata
Properties
View SourceInformationalVersion
Gets the InformationalVersion string for entry assembly.
Declaration
string InformationalVersion { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the Name of entry assembly.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |