Interface ILogViewerQuery
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public interface ILogViewerQuery : IEntity, IDeepCloneable
Properties
View SourceName
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Query
Declaration
string Query { get; set; }
Property Value
Type | Description |
---|---|
System.String |