Interface ILogDetailInfo
The log details info.
Namespace: DotNetNuke.Abstractions.Logging
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface ILogDetailInfo
Properties
| Improve this Doc View SourcePropertyName
Gets or sets the property name.
Declaration
string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PropertyValue
Gets or sets the property value.
Declaration
string PropertyValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |